PROP_MAPI_EMSMDB_UID
Office 2013 and later
Represents an ACCT_BIN structure that contains the UID of an Exchange account.
See IOlkAccount.
| Identifier: | 0x2009 |
| Property type: | PT_BINARY |
| Property tag: | 0x20090102 |
| Access: | Read-only |
Get this property by using IOlkAccount::GetProp.
Use PROP_ACCT_IS_EXCH to verify if the account is an Exchange account. If it is, PROP_MAPI_EMSMDB_UID is an ACCT_BIN that contains the emsmdbUID, which is the unique ID, for the Exchange account. If the account is not an Exchange account, this property is undefined.
Show: