以编程方式将 Outlook 电子邮件以 .msg 格式保存在我的桌面上

发布于 2024-12-20 03:49:07 字数 111 浏览 4 评论 0原文

如何将电子邮件保存到 Microsoft Outlook 2007 中的本地桌面文件夹?我需要一个插件,或者您可以帮助我编写一个插件并提供一些合适的代码作为参考。我无权创建 *.pst。我不想每次都手动保存。

How can I save emails to my local desktop folder in Microsoft Outlook 2007? I need a plugin or can you help me in writing a plugin with some suitable code as reference. I don't have permission to create *.pst. I don't want to save it manually everytime.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ㄖ落Θ余辉 2024-12-27 03:49:07

有多种商业解决方案可用,例如: MessageSaveMailToFile,但我了解您正在寻找免费的替代方案。在这种情况下,您可以检查 SharepointUpload

尽管它的名字如此,但它允许普通文件夹。

注意:虽然该工具是针对 SharePoint 的命名限制而设计的,但该工具可用于将上述所有内容提取到普通文件夹(例如 C:\Temp)。

它是免费软件,您还可以获得源代码,因此如果产品不能满足您的需求,您可以修改该产品。

SharePoint Upload 是一个命令行免费软件工具(具有 .NET 源代码),可以从 PST、公共文件夹和 Exchange 邮箱中提取电子邮件,并以 MSG 格式放置在文件系统上(使用赎回)

There are several commercial solutions available, for example: MessageSave or MailToFile, but I understand that you're looking for a free alternative. In that case you may check SharepointUpload.

Despite its name it allows to a normal folder.

Note: Although the tool was designed for SharePoint's naming restrictions, the tool can be used to extract all the above to a normal folder (e.g. C:\Temp).

It's freeware and you have also available the source code so you could modify the product if it doesn't meet your needs.

SharePoint Upload is a command line freeware tool (with .NET source) that can extract e-mails from PST, Public Folders, and Exchange Mailboxes and place on a file system in MSG format (using Redemption)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文