Share via


_ExchangeDistributionList.ID Property

Returns a String (string in C#) representing the unique identifier for the ExchangeDistributionList. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
ReadOnly Property ID As String
    Get
'Usage
Dim instance As _ExchangeDistributionList
Dim value As String

value = instance.ID
string ID { get; }

Property Value

Type: System.String

Remarks

The ExchangeDistributionList 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

Reference

_ExchangeDistributionList Interface

_ExchangeDistributionList Members

Microsoft.Office.Interop.Outlook Namespace