Macro outlook 2007

A

Andrea

I have XP prof SP2 and I have installed Office 2007

I am looking for a macro to extract from outlook 2007 e-mails in original
format (header+body+attachment) and redirect them to specific e-mail address.

Can you help me?
Thank
Andrea
 
E

Eric Legault [MVP - Outlook]

All you need to do is call MailItem.Forward to create a copy of the e-mail
and call .Send on it when it is ready to go.
 
Top