_ExchangeUser.ID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String (string in C#) representing the unique identifier for the ExchangeUser. Read-only.
public:
property System::String ^ ID { System::String ^ get(); };
public string ID { get; }
Public ReadOnly Property ID As String
Property Value
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.