Outlook插件新邮件信息C#
我正在开发一个 Outlook 插件。现在,我需要在 Outlook 中下载邮件之前知道附件的文件名、大小以及可能的邮件内容。因此,我们可以采取相应的行动并当场删除该邮件。 我知道当新邮件到达时,Outlook 会触发新邮件事件。那么,这个活动是否适合我呢?不知道下载后是否会被触发? 请帮我解决这个问题。 谢谢
I am working on an outlook plug-in. Now, I have a requirement to know the attached file name, size and possible then the content of mail before downloading the mail in the outlook. So, we can take action accordingly and delete the mail then and there.
I know the new mail event is fired from Outlook when a new mail arrived. So, this event is suites for me or not? I don’t know whether it’s fired after download before to download?
Please help me on this.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下载后(当新邮件项目实际位于您的收件箱中时)会触发它。
基于 MSDN:
It's fired after download (when the new mail item is actually in your inbox).
Based on MSDN: