我可以在服务器上没有安装 Outlook 的情况下使用 Redemption 查看其他帐户的电子邮件吗?
这简直要了我的命。
我正在尝试制作一个简单的控制台应用程序,用于从 Exchange 邮箱中删除附件。 我最初尝试了 WebDav,效果很好,只是服务器被配置为阻止 XML 文件,这对我来说毫无用处。 我无法让服务器管理员最终更改任何设置。
所以我有以下问题:
1.) 我可以在未安装 Outlook 的服务器上运行 Redemption 吗?
2.) 我可以使用兑换来创建“临时”个人资料吗? 该应用程序将在与邮箱不同的帐户下运行,因此我需要能够在运行时指定邮件用户/密码(或至少硬编码到源中)。
我尝试过安装 MAPI 子系统和 Perfmon2.exe 工具,但是当我尝试创建新的配置文件时,它什么也没做...
This one is killing me.
I'm trying to make a simple console app that brings down attachments from an Exchange mailbox. I tried WebDav originally and that worked fine except that the server is configured to block XML files which makes it useless to me. I can not get the server admins to change any settings at their end.
So I have these questions:
1.) Can I run Redemption on a server without Outlook installed?
2.) Can I use redemption to create a 'temporary' profile? This app will be running under a separate account than that of the mailbox, so I need to be able to specify the mail user/password at runtime (or at least hardcoded into the source).
I have tried messing around with installing the MAPI subsystem and the Perfmon2.exe tool, but when I try and create a new profile it just does nothing...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
兑换不需要 Outlook,但它使用扩展 MAPI。 您可以从 Microsoft 下载并安装 MAPI 和 CDO 。
兑换具有添加和删除配置文件的功能,因此您应该能够创建临时配置文件。 基本上,Redemption 使您可以使用 COM 访问扩展 MAPI。
Redemption does not require Outlook, but it uses Extended MAPI. You can download and install MAPI and CDO from Microsoft.
Redemption has functions to add and remove profiles so you should be able to create a temporary profile. Basically, Redemption gives you access to Extended MAPI using COM.