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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also