PROP_ACCT_ID
Returns an identifier that uniquely identifies an account within the profile in which the account is created.
See IOlkAccount.
| Identifier: | 0x0001 |
| Property type: | PT_LONG |
| Property tag: | 0x00010003 |
| Access: | Read-only |
Get this property by using IOlkAccount::GetProp. If the client attempts to set this property, this property returns E_OLK_PROP_READ_ONLY.
This property is different from PROP_ACCT_MINI_UID in that its value is unique only among all the accounts within that profile in which the account was created, whereas PROP_ACCT_MINI_UID uniquely identifies the account within and outside of the profile in which the account was created. When a message with these properties roams onto a second computer with a different Outlook profile and different set of accounts, PROP_ACCT_ID can possibly conflict with an account in the profile of the second computer, and PROP_ACCT_MINI_UID can uniquely identify the original account in the original profile.