View Single Post
  #2  
Old June 19th 07, 01:00 AM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default How to add new field to SMTP email header in VBA Outlook 03/07

To add an X-header, you need to create a named string MAPI property with a
particular GUID.
See http://www.dimastr.com/redemption/faq.htm#14 for a Redemption example.
It shows how to change the "From" header, but it is equally applicable to
any MME header.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"BrushLee" wrote in message
...
I need to add custom field to SMTP header of Outlook 03/07 email item
Something like Spam/Antivirus software does.
I cannot find how to address the header.




Ads