Forward email as attachment

  • Thread starter Thread starter Anthony_fr
  • Start date Start date
A

Anthony_fr

Hi,

I need help please.

I would like to write code for outlook 2003 in order to "Forward as
attachment" the selected mail.

Is there a way to do this ?

Thanks all
 
Call the Forward function, which returns a new MailItem. Then pass the
selected MailItem to Attachments.Add of the new item. The selected item is
Application.ActiveExplorer.Selection(1).

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Tue, 9 Dec 2008 08:16:01 -0800 schrieb Anthony_fr:
 
Back
Top