Looking for a way to identify Public Folder mailbox - Exchange 2013
-
Wednesday, March 06, 2013 10:50 PM
Hi,
I am looking for a way to identify Public Folder mailbox by quering AD.
We took an AD dump against the Public Folder and I notice the following AD attribute:
msExchRecipientTypeDetails: 68719476736
I also found this link (http://blogs.technet.com/b/benw/archive/2007/04/05/exchange-2007-and-recipient-type-details.aspx) that lists msExchRecipientTypeDetails values. However, the blog was written back in 2007.
Does someone know if the above is the right AD attribute and value that would uniquely identify a Public Folder mailbox?
If not, do you know AD attribute/s that we can use?
Thanks.
All Replies
-
Thursday, March 07, 2013 6:07 AM
That should work okay its a bitwise value of the particular identifiers, the other one you can use is msExchRecipientDisplayType which should just be single integer value (this property should mirror the opath recipienttype property).
Cheers
Glen- Marked As Answer by Blackfield Thursday, March 07, 2013 8:24 PM
-
Thursday, March 07, 2013 8:24 PMThanks Glen.

