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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.