Question

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?

Was it helpful?

Solution

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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top