MimeNode.IsReadOnly Property
The IsReadOnly property gets a bool value that indicates whether the owning MimeDocument is read-only.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Protected ReadOnly Property IsReadOnly As Boolean
Get
'Usage
Dim value As Boolean
value = Me.IsReadOnly
protected bool IsReadOnly { get; }
Property Value
Type: System.Boolean
The IsReadOnly property returns true if the owning MimeDocument is read-only; otherwise the property returns false.