SmimeResultVerificationResult Property
Gets a set of flags which indicate reasons to treat the message signature as invalid.

Namespace: MailBee.Security
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public MessageVerificationFlags VerificationResult { get; }

Property Value

Type: MessageVerificationFlags
A 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