Open an Outlook folder

S

Southern at Heart

Hi, I tried posting this questino earlier but I think it was kind of
confusing, so I want to post it again:
Is there a way to open an outlook contact folder of a specific name, rather
than the default contact folder, or rather than using the pickfolder method?
The name of the contact folder to open is: My Contacts
thanks much,
Southern At Heart
 
T

Tom van Stiphout

On Tue, 29 Apr 2008 10:30:04 -0700, Southern at Heart

I thiink you need the EntryID for the contact folder. Once you have
it, you can write:
Dim oFolder As Outlook.MAPIFolder
Set oFolder =
Application.GetNamespace("MAPI").GetFolderFromID(ENTRYID_PUBLICFOLDER_RECRUITING)

I purchased the Outlook Spy (http://www.dimastr.com/outspy/) - well
worth the investment.

-Tom.
 

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