EmailAddress.Address Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.