GetInspector is not replacing Display to generate signature

一个人想着一个人 提交于 2019-12-11 17:05:17

问题


I am working with an application that generates emails and send them through Outlook.

I have used the GetInspector trick to get the auto signature from Outlook. The trick does not work after the summer 2017 update of Outlook.

I now only get the signature by calling MailItem.Display.

Any ideas on how else to get the signature?


回答1:


MailItem.Display is now the only way. If using Redemption is na option, you can also use RDOSignature.ApplyTo method. And of course you can access the signature files directly from the file system.



来源:https://stackoverflow.com/questions/46212678/getinspector-is-not-replacing-display-to-generate-signature

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!