Gets a value indicating whether the message is encrypted.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property IsEncrypted As Boolean Get |
C# |
---|
public bool IsEncrypted { get; } |
Field Value
A value indicating whether the message is encrypted.Remarks
Recipients of an encrypted message are accessible through Recipients collection. The message can be decrypted using Decrypt()()()() method. To encrypt a message, use Encrypt(array<Certificate>[]()[][]) method.
Until an encrypted message is decrypted, its content is inaccessible.