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
<ParameterAttribute> _
Public Property ActiveSyncEnabled As Boolean
    Get
    Set
'Usage
Dim instance As CASMailbox
Dim value As Boolean

value = instance.ActiveSyncEnabled

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

Property Value

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