EmailAddressType.EmailAddress 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 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.