View Single Post
  #1  
Old September 29th 06, 10:54 AM posted to microsoft.public.outlook.program_vba
John
external usenet poster
 
Posts: 9
Default VB: Export in msg format

Be aware of the security warnings when saving email with a VB script.
In case the only action is SaveAs, you may lower that particular
security setting in Exchange.

Eric schreef:

I'm assuming you're automating the Outlook Object Model? If so, just use
MailItem.SaveAS(3) '3 = olMsg

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Thomas" wrote:

Hello.

I wonder, if itīs possible to create an "msg" File out of a VB
Scripting project. Background: The script gets e-Mail messages via POP3
in different formats (HTML, Text only, with or w/o attachments ...) and
generates a workflow. At the end of this process, the mail should be
saved in an outlook mail format on the file system.

Are there any possiblities to do that?

Thanks.
Thomas



Ads