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?