AddressList.ID Property
Returns a String (string in C#) representing the unique identifier for the object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property ID As String
Get
'Usage
Dim instance As AddressList
Dim value As String
value = instance.ID
[DispIdAttribute()]
string ID { get; }
Property Value
Type: System.String
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.