EmailAddress.ToString Method

Definition

Returns a string that represents this EmailAddress object.

public:
 override System::String ^ ToString();
public override string ToString ();
Public Overrides Function ToString () As String

Returns

The text of the email address. For example, "user1@contoso.com".

Applies to