thanks for your reply.
I want to extend the MAPI folders
Set myOlApp = CreateObject("Outlook.Application")
Set myNameSpace = myOlApp.GetNameSpace("MAPI")
Set myFolder = _ myNameSpace.GetDefaultFolder(olFolderContacts)
You cannot extend any of the enumerations in the Outlook object model.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
Use the GetFolderFromID method to get your custom folder.
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.