GetSharedDefaultFolder command

LEXCERM

Registered User.
Local time
Today, 15:19
Joined
Apr 12, 2004
Messages
169
Hi all,

I need help with this line of code:-
Code:
GetSharedDefaultFolder(myRecipient, olFolderInbox).
How would I access a user's folder other than Inbox, Calendar etc?

For example:
Code:
GetSharedDefaultFolder(myRecipient, ol[B][U]TestFolder[/U][/B])
, where TestFolder is not a subfolder of Inbox.

Rgds.
 
Isn't it weird. You spend ages Googling, foruming etc to find the answer you want. When you eventually can't, you post on this marvellous website.

However, as soon as you hit submit and post your query, you get a eureka moment! And, voila, you answer your own question!

Code:
Set fld = nms.Folders(SameLevelAsInbox).Folders(SubFld).Folders(SubSubFld)
 

Users who are viewing this thread

Back
Top Bottom