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.