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

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace