PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Save Email as .eml
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Save Email as .eml
![]() |
Save Email as .eml |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi to all,
I'm a new developer of VBA application and I think you will help me. I need to create a VBA macro wich: when new mail is detected move it in another folder (e.g. myFolder) if in the subject string is present a defined string save the mail item as eml or mht Is this possible? if yes, please help thanks |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Outlook doesn't have any functionality to save as eml or mht. Depending on
the message format, you can save as txt, rtf, msg, oft or htm. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "MeAndI" <sebabert@libero.it> wrote in message news:R0GYb.15451$FJ6.607991@twister1.libero.it... > Hi to all, > > I'm a new developer of VBA application and I think you will help me. > I need to create a VBA macro wich: > > when new mail is detected > move it in another folder (e.g. myFolder) > if in the subject string is present a defined string > save the mail item as eml or mht > > Is this possible? if yes, please help > thanks > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
<plug>
Redemption (url in my sig.) supports export/import to/from EML files - see SafeMailItem.SaveAs(..., olRFC822) and SafeMailItem.Import() </plug> Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "MeAndI" <sebabert@libero.it> wrote in message news:R0GYb.15451$FJ6.607991@twister1.libero.it... > Hi to all, > > I'm a new developer of VBA application and I think you will help me. > I need to create a VBA macro wich: > > when new mail is detected > move it in another folder (e.g. myFolder) > if in the subject string is present a defined string > save the mail item as eml or mht > > Is this possible? if yes, please help > thanks > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

