سؤال

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