Gets a value indicating whether the message is read-only.
            
    Namespace: 
   Rebex.Mail
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public ReadOnly Property ReadOnly As Boolean Get | 
| C# | 
|---|
| public bool ReadOnly { get; } | 
Field Value
A value indicating whether the message is read-only. Remarks
Remarks
            Any message that is either signed or encrypted is read-only.
            
 
     
     
     
     
    