EmailAddress.Address Property

Definition

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.

Applies to