MailAddress.Certificate Property


Gets or sets the associating digital certificate.

[VisualĀ Basic]
Public Property Certificate As Certificate
[C#]
public Certificate Certificate {get; set;}
[C++]
public: __property Certificate* get_Certificate();
public: __property void set_Certificate(Certificate*);
[JScript]
public function get Certificate() : Certificate;
public function set Certificate(Certificate);

Property Value

A Certificate value indicating the associating digital certificate.

Remarks

To learn more about email digital signature and encryption, please refer to Digital Signature and E-mail Encryption section.