_ExchangeUser.ID Property

Definition

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.

Applies to