CertificateEmailAddress Property
Gets the e-mail address of the certificate principal.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string EmailAddress { get; }

Property Value

Type: String
A string containing the e-mail address of the certificate principal.
Remarks
With regard to using certificates in e-mail area, EmailAddress is the most important field of the certificate.
Examples
The example is available in Certificate topic.
See Also