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
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