Can I automate creating new folders?

C

Chris

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,
 
M

Michael Bauer

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top