Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a bool value that indicates whether the owning MimeDocument object 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
true if the owning MimeDocument object is read-only; otherwise, false.