Mailbox.UMEnabled property

Gets a value that indicates whether Unified Messaging (UM) is enabled for this mailbox.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property UMEnabled As Boolean
    Get
'Usage
Dim instance As Mailbox
Dim value As Boolean

value = instance.UMEnabled
public bool UMEnabled { get; }

Property value

Type: System.Boolean
true if UM is enabled; otherwise, false.

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace