MimeNode.ThrowIfReadOnly Method
The ThrowIfReadOnly(String) method throws an exception if 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 Sub ThrowIfReadOnly ( _
method As String _
)
'Usage
Dim method As String
Me.ThrowIfReadOnly(method)
protected void ThrowIfReadOnly(
string method
)
Parameters
- method
Type: System.String
The name of the calling method.