PeerContact.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.
Gets or sets the email address associated with the PeerContact.
public:
property System::Net::Mail::MailAddress ^ EmailAddress { System::Net::Mail::MailAddress ^ get(); void set(System::Net::Mail::MailAddress ^ value); };
public System.Net.Mail.MailAddress EmailAddress { get; set; }
member this.EmailAddress : System.Net.Mail.MailAddress with get, set
Public Property EmailAddress As MailAddress
Property Value
MailAddress object that contains the email address associated with the PeerContact.
Exceptions
This PeerContact object has been disposed.
Remarks
A MailAddress object is used to represent the mail address. The Contact Manager allows for multiple email addresses within one instance. The default value for this property is null
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.