![]() |
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
|
|||
|
|||
![]()
I am currently receiving an email every day. I need to automatically
save the email to a text file every day. Is there a way to do this in vba that can be placed in outlook? Can anyone point me to resources to accomplish the above? Thanks in Advance |
#2
|
|||
|
|||
![]() Here's a sample that saves every incoming email as a *.msg file into the file system: http://www.vboffice.net/sample.html?...7&cmd=showitem In the Items_ItemAdd event you can check e.g. the item's subject and only save specific mails. When calling SaveMailAsFile replace the olSaveAsMsg by olSaveAsTxt to save the message as a txt file. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Quick-Cats - Categorize Outlook data: http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6 Am 31 May 2007 15:12:51 -0700 schrieb research_stuff: I am currently receiving an email every day. I need to automatically save the email to a text file every day. Is there a way to do this in vba that can be placed in outlook? Can anyone point me to resources to accomplish the above? Thanks in Advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Save all messages in a folder in a single text file | Opinicus | Outlook Express | 9 | May 5th 07 08:16 PM |
Want to save all of my daily activities in another type of file | lincanniff | Outlook - Calandaring | 1 | November 16th 06 03:16 AM |
Save email as text file macro | Simon | Outlook and VBA | 7 | August 10th 06 04:10 PM |
Search email for text string to use in filename - save email text | bsteiner | Outlook and VBA | 3 | June 1st 06 10:20 PM |
save as a text file | [email protected] | Outlook - General Queries | 2 | January 10th 06 08:52 PM |