MimeEntity.ReadOnly Property
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9083)
ReadOnly
Gets or sets a value indicating whether the entity is read-only.
Declaration
public bool ReadOnly { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True if read-only; false otherwise. |
Remarks
Only the content that is signed is read-only.