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.
Gets or sets the email address.
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
An email address.
Remarks
The type of the Address property must match the specified routing type. If the RoutingType property is not set, the value of the Address property is assumed to be a Simple Mail Transfer Protocol (SMTP) address.