Public Folders Question

  • Thread starter Thread starter michaaal
  • Start date Start date
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")
 
Back
Top