EmailRecipient.NativeAddressType Property
The NativeAddressType property gets or sets a string that contains the type of address stored in the NativeAddress property.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property NativeAddressType As String
Get
Set
'Usage
Dim instance As EmailRecipient
Dim value As String
value = instance.NativeAddressType
instance.NativeAddressType = value
public string NativeAddressType { get; set; }
Property Value
Type: System.String