ExchangeUser.ID Property

Outlook Developer Reference

Returns a String representing the unique identifier for the ExchangeUser. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.ID

expression   A variable that represents an ExchangeUser object.

Remarks

The ExchangeUser object is derived from the AddressEntry object. It inherits the ID property from the AddressEntry object. The transport provider assigns a permanent, unique string ID when an AddressEntry object is created. These identifiers do not change from one session to another.

See Also