View Single Post
  #6  
Old July 9th 09, 08:44 AM posted to microsoft.public.outlook.program_vba
Tadwick
external usenet poster
 
Posts: 104
Default Can I determine if an item is in a shared calendar?

yeah, that's the logic I'm running with

"Dmitry Streblechenko" wrote:

Hmmm.. So when you get Null from Folder.Store, you have a delegate folder...

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Tadwick" wrote in message
...
Dmitry,

This doesn't work for shared folders:


http://msdn.microsoft.com/en-us/libr...r.store. aspx



"Tadwick" wrote:

Thanks, Dmitry - I will try that

"Dmitry Streblechenko" wrote:

If you are using Outlook 2007, read the Parent property (returns
MAPIFolder
object), then read the MAPIFolder.Store.ExchangeStoreType property -
check
whether it is olPrimaryExchangeMailbox vs olExchangeMailbox.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Tadwick" wrote in message
...
Given an item object, can I programmatically determine if it belongs
to
the
current user or is in a shared folder?






Ads