EmailAddressType.EmailAddress Property

Definition

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

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

Property Value

The EmailAddress property returns an instance of the EmailAddress class.

Applies to