_ExchangeUser.Address Property
Returns or sets a String (string in C#) representing the X400 e-mail address of the ExchangeUser. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Address As String
Get
Set
'Usage
Dim instance As _ExchangeUser
Dim value As String
value = instance.Address
instance.Address = value
[DispIdAttribute()]
string Address { get; set; }
Property Value
Type: System.String
Remarks
This property assumes the X400 address of the user. To determine the primary Internet address, use the _ExchangeUser.PrimarySmtpAddress property.
The Address property must be set before calling the _ExchangeUser.Details method.