CertificateEmailAddress Property |
Gets the e-mail address of the certificate principal.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string EmailAddress { get; }
Public ReadOnly Property EmailAddress As String
Get
Property Value
Type:
StringA 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 See Also