Share via


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

See also

Reference

EmailRecipient class

EmailRecipient members

Microsoft.Exchange.Data.Transport.Email namespace