Mailbox.IsMailboxEnabled Property
Gets a value that indicates whether the mailbox is enabled to process messages.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property IsMailboxEnabled As Boolean
Get
'Usage
Dim instance As Mailbox
Dim value As Boolean
value = instance.IsMailboxEnabled
public bool IsMailboxEnabled { get; }
Property Value
Type: System.Boolean
true if the mailbox is enabled; otherwise, false.
See Also