문제

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