获取新传入的电子邮件并将其平面文件链接写入文件
我想获取某个邮箱的所有传入邮件,并将其主题、日期和平面文件链接(例如 /-FlatUrlSpace-/5a194b8c1256794581cb898e6b93c34f-112ca9b4/68fcbe48ba7a604086372757c4cea3de-44e6af )写入文件。
我将如何以代码方式进行此操作,我从未使用过 Outlook 对象,并且对交换知之甚少,因此我希望获得一些帮助。
有新收到邮件的活动吗?
有没有一个属性可以让我获得 flaturlspace,因为我无法
提前看到与之相关的任何内容,谢谢
I want to get all incoming mails for a certain mailbox and write their Subject , date and flat file link (e.g /-FlatUrlSpace-/5a194b8c1256794581cb898e6b93c34f-112ca9b4/68fcbe48ba7a604086372757c4cea3de-44e6af ) to a file.
How would i go about doing this codewise, i've never worked with the outlook object and know very little about exchange so i'm hoping for some help.
Is there an event for new incoming mails?
Is there a property where i can get the flaturlspace, cause i can't see anything related to it
thx in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我过去完成此操作的方法是使用 WEBDAV。我好像记得你可以请求 flaturlspace。
查看此。
The way that I've done this in the past is by using WEBDAV. I seem to recall you can request flaturlspace.
Check out this.