SmimeResultDecryptedMessage Property
Gets a reference to the decrypted message.

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

Property Value

Type: MailMessage
A reference to the decrypted message (or to the source message if it was not encrypted), or a null reference (Nothing in Visual Basic) if the current SmimeResult object was returned by Verify(MailMessage, MessageVerificationFlags, CertificateStore) method call.
Remarks
You should use Decrypt(MailMessage) or DecryptAndVerify(MailMessage, MessageVerificationFlags) methods to get SmimeResult object with DecryptedMessage property set.
See Also