![]() |
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
|
|||
|
|||
![]()
Is there a way to configure Outlook to automatically move unopened, new mail
directly to a folder outside outlook. I do not want to use any additional software. I was wondering if a macro could accomplish this. |
#2
|
|||
|
|||
![]()
Sure it's possible. You can write all the item delivery trapping code
yourself: How to create a custom rule using Visual Basic for Applications (VBA) in Outlook 2002: http://support.microsoft.com/default...b;en-us;292063 Or have some of that plumbing done for you by doing it this way: How to create a script for the Rules Wizard in Outlook: http://support.microsoft.com/default...;en-us;q306108 Then all you really have to do is call the MailItem.SaveAs method, like this for example: objItem.SaveAs "C:\MyFolder\Myfilename.txt", olTXT -- Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "Phyllis" wrote: Is there a way to configure Outlook to automatically move unopened, new mail directly to a folder outside outlook. I do not want to use any additional software. I was wondering if a macro could accomplish this. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
outlook 2003 cannot right click on file and send via email | mobile | Outlook - General Queries | 1 | May 23rd 06 02:31 AM |
how to import mail into outlook from pst file | OUTLOOK PROBLEM IMPORTING .PST FILES | Outlook - Installation | 1 | May 4th 06 10:06 PM |
Unopened message sends autoreply when deleted | [email protected] | Outlook - General Queries | 0 | January 29th 06 11:36 PM |
A program is trying to send mail using Item.Send | Vitesh | Outlook and VBA | 1 | January 23rd 06 03:25 PM |
File send send Link by Email problems in IE after Thunderbird Install | Woody | Outlook - General Queries | 0 | January 8th 06 01:26 AM |