Determining a mapi folder is public/private

  • Thread starter Thread starter Justin
  • Start date Start date
J

Justin

Is there any way to determine programatically if a mapi
folder is a public folder or a private folder? Somehow I
doubt it, but just thought I would ask. Thanks!
 
Not using the Outlook Object Model. In case of Extended MAPI, CDO 1.21 or
Redemption, check if value of the PR_MDB_PROVIDER (0x34140102) property is
78B2FA70AFF711CD9BC800AA002FC45A (which is pbExchangeProviderPublicGuid).

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top