Share via


_ExchangeUser.ID Property

Returns a String (string in C#) representing the unique identifier for the ExchangeUser. 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 _ExchangeUser
Dim value As String

value = instance.ID
[DispIdAttribute()]
string ID { get; }

Property Value

Type: System.String

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.

See Also

Reference

_ExchangeUser Interface

_ExchangeUser Members

Microsoft.Office.Interop.Outlook Namespace