MimeMessage.ReadOnly Property
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9313)
ReadOnly
Gets or sets a value indicating whether the entity is read-only. Inherited from MimeEntity.
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.