custom OlDefaultFolders

A

Adi Pasa

Hi

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)

to use olMyFolder insted of olFolderContacts.

Can you tell me?

bye
 
S

Sue Mosher [MVP]

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
 

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