![]() |
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 want to automate a set of tasks that I need for my work. It requires:
- Copying existing folders - Renaming copied folders - Creating file system level directories Even if I can't do all of the above, can I at least do the top 2? I am using VBA with Outlook 2003. thanks, |
#2
|
|||
|
|||
![]()
Am Tue, 4 Apr 2006 17:36:01 -0700 schrieb Chris:
Each Mapifolder object has a CopyTo function and a Name property. For the directory in the file system it´s easy to use the FileSystemObject from the Microsoft Scripting Runtime, simply set a reference via Tools/References onto that library. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- I want to automate a set of tasks that I need for my work. It requires: - Copying existing folders - Renaming copied folders - Creating file system level directories Even if I can't do all of the above, can I at least do the top 2? I am using VBA with Outlook 2003. thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Automate Outlook username and server | Sam Stamp | Outlook - Installation | 2 | December 13th 07 08:02 AM |
Is it possible to automate this? | John 3:16 | Outlook - General Queries | 0 | March 27th 06 03:26 PM |
Automate keystrokes w/ VBA? | Rich Roller | Outlook and VBA | 10 | February 23rd 06 04:53 PM |
Automate mail account creation? | Doug | Outlook - Installation | 2 | February 8th 06 07:03 PM |
How to automate sending email with different attachments | Xluser@work | Outlook and VBA | 3 | January 25th 06 05:33 AM |