Getting the right value to navigate to the desired folder

L

lywong

Hi,

Set objNameSpace = Application.GetNamneSpace("MAPI")
Set objContactFolder = objNameSpace.GetDefaultFolder(10)

This statement navigates to the contact folder in outlook.
But if I have a personal folder in my local drive, how do I know whic
value to use if I want to get the items in that folder??

Pls advice. Thank
 

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