Gets or sets a value indicating whether the entity is read-only.

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

Syntax

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

Field Value

True if read-only; false otherwise.

Remarks

Only the content that is signed is read-only.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also