Getting the right value to navigate to the desired folder

  • Thread starter Thread starter lywong
  • Start date Start date
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
 
Back
Top