![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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 |
#3
|
|||
|
|||
![]()
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 |
#4
|
|||
|
|||
![]()
You will not receive these security warnings in Outlook 2003 if your script
is in a non-one-off, published from and you derive all objects from the intrinsic Application and Item objects. -- Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "John" wrote: 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Save Email in MSG format | LDMueller | Outlook and VBA | 6 | June 13th 06 11:21 AM |
How to import contacts in a .msg format? | Blaine | Outlook - Using Contacts | 5 | June 8th 06 01:02 AM |
MSG File Format | Bill R | Outlook - General Queries | 0 | April 19th 06 05:34 PM |
MSG file format | Bill Reynen | Outlook - General Queries | 0 | April 19th 06 05:13 PM |
Correct .msg format | amiga1200 | Outlook and VBA | 1 | January 12th 06 04:07 PM |