EmailAddress.Address Property

Definition

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

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

Property Value

The Address property returns a string value that specifies the e-mail address that is represented by this instance of the EmailAddress class.

Remarks

The value of the RoutingType property specifies the type of routing to use for the e-mail address that is specified by the Address property. If no value is specified for the RoutingType property, SMTP is assumed.

Applies to