CertificateEmailAddress Property |
Gets the e-mail address of the certificate principal.
Namespace: MailBee.SecurityAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic string EmailAddress { get; }
Public ReadOnly Property EmailAddress As String
Get
Property Value
Type:
StringA string containing the e-mail address of the certificate principal.
RemarksWith regard to using certificates in e-mail area, EmailAddress
is the most important field of the certificate.
Examples
See Also