View Single Post
  #4  
Old April 10th 06, 07:26 PM posted to microsoft.public.outlook.program_vba
Dave Kane [MVP - Outlook]
external usenet poster
 
Posts: 33
Default Public Folder Apointment

On line 25: to access a folder in Public Folders using GetFolderFromID you
need to supply the StoreID of the Public Folder sto
Set olfolder = olns.GetFolderFromID(strOutlookFolderID,
strPublicStoreID)
If you call GetFolderFromID without supplying the StoreID parameter then it
will only succeed when you supply the EntryID of a folder in the default
mail store (i.e. a folder in the mailbox)

"James Bond via OfficeKB.com" u20653@uwe wrote in message
news:5e867eedb3fc2@uwe...
Sorry.?

What do you mean?

What must I change?

Sincerely,
James



Sue Mosher [MVP-Outlook] wrote:
GetFolderFromID should also have a StoreID parameter if you're trying to
access a folder in Public Folders.

Hello,

[quoted text clipped - 63 lines]
MFG
James


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...g-vba/200604/1



Ads