Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the external email address of this mail user.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property ExternalEmailAddress As ProxyAddress
Get
Set
'Usage
Dim instance As MailUser
Dim value As ProxyAddress
value = instance.ExternalEmailAddress
instance.ExternalEmailAddress = value
public ProxyAddress ExternalEmailAddress { get; set; }
Property value
Type: Microsoft.Exchange.Data.ProxyAddress
The external email address of this mail user.
Remarks
Messages sent to this mail user are sent to this email address, which is outside the organization.