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?