SmimeResultVerificationResult Property |
Gets a set of flags which indicate reasons to treat the message signature as invalid.
Namespace: MailBee.SecurityAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic MessageVerificationFlags VerificationResult { get; }
Public ReadOnly Property VerificationResult As MessageVerificationFlags
Get
Property Value
Type:
MessageVerificationFlagsA set of flags which indicate reasons to treat the message signature as invalid,
or
None if the source message was not signed or
if the current
SmimeResult object was returned by
Encrypt(MailMessage, CertificateCollection) method call.
Remarks
See Also