EmailRecipient.NativeAddress Property
The NativeAddress property gets or sets a string value that contains the address that is native to the messaging system for the recipient.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property NativeAddress As String
Get
Set
'Usage
Dim instance As EmailRecipient
Dim value As String
value = instance.NativeAddress
instance.NativeAddress = value
public string NativeAddress { get; set; }
Property Value
Type: System.String
Remarks
The NativeAddress property can contain a Simple Mail Transfer Protocol (SMTP) address.