MailboxResourceMonitor.IsQuarantined property

Namespace:  Microsoft.Exchange.Data.Mapi
Assembly:  Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)

Syntax

'Declaration
Public ReadOnly Property IsQuarantined As Nullable(Of Boolean)
    Get
'Usage
Dim instance As MailboxResourceMonitor
Dim value As Nullable(Of Boolean)

value = instance.IsQuarantined
public Nullable<bool> IsQuarantined { get; }

Property value

Type: System.Nullable<Boolean>

See also

Reference

MailboxResourceMonitor class

MailboxResourceMonitor members

Microsoft.Exchange.Data.Mapi namespace