MailMessage.ReadOnly Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9313)
ReadOnly
Gets a value indicating whether the message is read-only.
Declaration
public bool ReadOnly { get; }
Property Value
| Type | Description | 
|---|---|
| Boolean | A value indicating whether the message is read-only.  | 
    
Remarks
Any message that is either signed or encrypted is read-only.