PeerContact.EmailAddress Property

Definition

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