EmailAddressDictionaryEntryType.RoutingType Property
The RoutingType property gets or sets a string that specifies the type of routing for the e-mail address.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property RoutingType As String
Get
Set
'Usage
Dim instance As EmailAddressDictionaryEntryType
Dim value As String
value = instance.RoutingType
instance.RoutingType = value
public string RoutingType { get; set; }
Property Value
Type: System.String
The value of the RoutingType property is a string that specifies the type of routing for the e-mail address.
See Also