J
James
How do I get a 'handle' to a subfolder under the Contacts folder? All
the samples I've seen just refer to getting the default Contact
folder.
I tried the following but it didn't work:
Set objNS = Application.GetNamespace("MAPI")
Set objFolder = objNS.Folders("Contacts").Folders("Test")
Thx,
J.
the samples I've seen just refer to getting the default Contact
folder.
I tried the following but it didn't work:
Set objNS = Application.GetNamespace("MAPI")
Set objFolder = objNS.Folders("Contacts").Folders("Test")
Thx,
J.