|
-
Sep 16th, 2003, 07:59 AM
#1
Thread Starter
New Member
Folders in Outlook
Hello, what is the way to access public folders in Outlook?
I tried this:
Dim dosContacts As Outlook.MAPIFolder
Set dosContacts = Application.GetNamespace("MAPI").GetDefaultFolder(olPublicFoldersAllPublicFolders)
but it says it's waiting for an object...
In fact, the folder I want to access is in Public Folders\All Public Folders\ and is called Public Contacts.
So how can I access the items (which are contacts) in this folder in VBA???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|