M
michaaal
How can I translate the following line for use with my Public Folders...?
set objContacts = objNS.GetDefaultFolder(olFolderContacts)
....Would it be something like this...?
set objcontacts = objNS.GetPublicFolder("Global Contacts List")
set objContacts = objNS.GetDefaultFolder(olFolderContacts)
....Would it be something like this...?
set objcontacts = objNS.GetPublicFolder("Global Contacts List")