AddressList.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 object. Read-only.
public:
property System::String ^ ID { System::String ^ get(); };
public string ID { get; }
Public ReadOnly Property ID As String
Property Value
Remarks
The transport provider assigns a permanent, unique string ID property when an individual member object is created. These identifiers do not change from one session to another.