PDA

View Full Version : Save Email as .msg file to Hard Drive



Rico
11-13-2009, 12:06 AM
Hi all

Is it possible to make a macro thats save the selected email + attachment as a singel .msg file to a filelocation (not the same place every time) outside Outlook. Please help, notice I am new in VBA for Outlook

Regards Rico

JP2112
11-19-2009, 06:43 PM
Check out the MailItem.SaveAs Method, and use olMSG as the Type argument.

http://msdn.microsoft.com/en-us/library/aa210279%28office.11%29.aspx