Gets a value indicating whether the message is read-only.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public ReadOnly Property ReadOnly As Boolean
	Get
C#
public bool ReadOnly { get; }

Field Value

A value indicating whether the message is read-only.

Remarks

Any message that is either signed or encrypted is read-only.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also