问题
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