I'm developing an Outlook Add-In (2007, VBA), which is supposed to send the raw Internet Headers of a MailItem to a Server, which then does some processing. With raw I mean before they are decoded.

I am aware of the GetInetHeaders-Function, but is there a way to get the headers before they are decoded by Outlook?

有帮助吗?

解决方案

No, Outlook receives the message and decodes before it is saved and hence becomes visible through the Outlook Object Model or MAPI.

Why exactly do you need to do that?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top