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.
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.