Share via


CASMailbox.ActiveSyncEnabled property

Gets or sets a value that indicates whether Exchange ActiveSync is enabled for the mailbox.

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

Syntax

'Declaration
Public Property ActiveSyncEnabled As Boolean
    Get
    Set
'Usage
Dim instance As CASMailbox
Dim value As Boolean

value = instance.ActiveSyncEnabled

instance.ActiveSyncEnabled = value
public bool ActiveSyncEnabled { get; set; }

Property value

Type: System.Boolean
true if ActiveSync is enabled for the mailbox; otherwise, false.

See also

Reference

CASMailbox class

CASMailbox members

Microsoft.Exchange.Data.Directory.Management namespace