ok, but doesnt Outlook have a macro capability?
If so, how do I get started to build them?
For example, is there a resource that lists the various commands?
my current problem is to write a macro to import a PST file. the file is
always the same, and I want to label the file with the same name every time
so that the user sees that folder name after the import
The object browser is your friend: Press ALt+F11 to open the VBA environment in Outlook, then press F2. Switch from <All Libraries> to Outlook to browse all Outlook objects and their properties, methods, and events. Select any object or member, then press F1 to see its Help topic. Other Outlook VBA basics are at http://www.outlookcode.com/d/vbabasics.htm
You don't really want to import a .pst file, do you? That's rarely a good idea.
Am Thu, 19 Oct 2006 15:02:35 GMT schrieb keyworks:
A great resource for all the properties, functions etc. is the object
browser (F2) within your VBA environment. Select there the AddStore function
and press F1 for a sample of how to add a store to your profile.
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.