T
Tadwick
Given an item object, can I programmatically determine if it belongs to the
current user or is in a shared folder?
current user or is in a shared folder?
Dmitry Streblechenko said: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
-
Dmitry Streblechenko said: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
-