MailContact.ExternalEmailAddress Property
Gets or sets the external email address of the recipient.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ValidateNotNullOrEmptyAttribute> _
<ParameterAttribute(Mandatory := False)> _
Public Property ExternalEmailAddress As ProxyAddress
Get
Set
'Usage
Dim instance As MailContact
Dim value As ProxyAddress
value = instance.ExternalEmailAddress
instance.ExternalEmailAddress = value
[ValidateNotNullOrEmptyAttribute]
[ParameterAttribute(Mandatory = false)]
public ProxyAddress ExternalEmailAddress { get; set; }
Property Value
Type: Microsoft.Exchange.Data.ProxyAddress
The external email address of the recipient.