EmailAddress.RoutingType Property

Definition

The RoutingType property gets or sets a string value that specifies the routing type that is associated with the e-mail address that is represented by this instance of the EmailAddress class.

public:
 property System::String ^ RoutingType { System::String ^ get(); void set(System::String ^ value); };
public string RoutingType { get; set; }
Public Property RoutingType As String

Property Value

The RoutingType property returns a string value that specifies the routing type that is associated with the e-mail address that is represented by this instance of the EmailAddress class.

Remarks

If no value is specified for the RoutingType property, SMTP is assumed.

Applies to