12 KiB
Raw Blame History

title, description, ms.assetid, ms.reviewer, manager, ms.author, ms.topic, ms.prod, ms.technology, author, ms.date
title description ms.assetid ms.reviewer manager ms.author ms.topic ms.prod ms.technology author ms.date
ActiveSync CSP Learn how the ActiveSync configuration service provider is used to set up and change settings for Exchange ActiveSync. c65093ef-bd36-4f32-9dab-edb7bcfb3188 dansimp dansimp article w10 windows lomayor 06/26/2017

ActiveSync CSP

The ActiveSync configuration service provider is used to set up and change settings for Exchange ActiveSync. After an Exchange account has been updated over-the-air by the ActiveSync configuration service provider, the device must be powered off and then powered back on to see sync status.

Configuring Windows Live ActiveSync accounts through this configuration service provider is not supported.

[!NOTE]  The target user must be logged in for the CSP to succeed. The correct way to configure an account is to use the ./User/Vendor/MSFT/ActiveSync path.

On the desktop, only per user configuration (./User/Vendor/MSFT/ActiveSync) is supported. However, the ./Vendor/MSFT/ActiveSync path will work if the user is logged in. The CSP fails when no user is logged in.

The ./Vendor/MSFT/ActiveSync path is deprecated, but will continue to work in the short term.

The following shows the ActiveSync configuration service provider management objects in tree format as used by Open Mobile Alliance Device Management (OMA DM), OMA Client Provisioning, and Enterprise DM.

./Vendor/MSFT
ActiveSync
----Accounts
--------Account GUID
------------EmailAddress
------------Domain
------------AccountIcon
------------AccountType
------------AccountName
------------Password
------------ServerName
------------UserName
------------Options
----------------CalendarAgeFilter
----------------Logging
----------------MailBodyType
----------------MailHTMLTruncation
----------------MailPlainTextTruncation
----------------Schedule
----------------UseSSL
----------------MailAgeFilter
----------------ContentTypes
--------------------Content Type GUID
------------------------Enabled
------------------------Name
------------Policies
----------------MailBodyType
----------------MaxMailAgeFilter

./User/Vendor/MSFT/ActiveSync
The root node for the ActiveSync configuration service provider.

[!NOTE]  The target user must be logged in for the CSP to succeed. The correct way to configure an account is to use the ./User/Vendor/MSFT/ActiveSync path.

On the desktop, only per user configuration (./User/Vendor/MSFT/ActiveSync) is supported. However, the ./Vendor/MSFT/ActiveSync will work if the user is logged in. The CSP fails when no user is logged in.

The ./Vendor/MSFT/ActiveSync path is deprecated, but will continue to work in the short term.

The supported operation is Get.

Accounts
The root node for all ActiveSync accounts.

The supported operation is Get.

Account GUID
Defines a specific ActiveSync account. A globally unique identifier (GUID) must be generated for each ActiveSync account on the device.

Supported operations are Get, Add, and Delete.

When managing over OMA DM, make sure to always use a unique GUID. Provisioning with an account that has the same GUID as an existing one deletes the existing account and does not create the new account.

Braces { } are required around the GUID. In OMA Client Provisioning, you can type the braces. For example:

<characteristic type="{C556E16F-56C4-4EDB-9C64-D9469EE1FBE0}"/>

For OMA DM, you must use the ASCII values of %7B and %7D for the opening and closing braces, respectively. For example, if the GUID is "C556E16F-56C4-4EDB-9C64-D9469EE1FBE0", type:

<Target>
   <LocURI>
      ./Vendor/MSFT/ActiveSync/Accounts/%7BC556E16F-56C4-4EDB-9C64-D9469EE1FBE0%7D
   </LocURI>
</Target>

Account GUID/EmailAddress
Required. A character string that specifies the email address associated with the Exchange ActiveSync account.

Supported operations are Get, Replace, and Add (cannot Add after the account is created).

This email address is entered by the user during setup and must be in the fully qualified email address format, for example, "someone@example.com".

Account GUID/Domain
Optional for Exchange. Specifies the domain name of the Exchange server.

Supported operations are Get, Replace, Add, and Delete.

Account GUID/AccountIcon
Required. A character string that specifies the location of the icon associated with the account.

Supported operations are Get, Replace, and Add (cannot Add after the account is created).

The account icon can be used as a tile in the Start list or an icon in the applications list under Settings > email & accounts. Some icons are already provided on the device. The suggested icon for POP/IMAP or generic ActiveSync accounts is at res://AccountSettingsSharedRes{ScreenResolution}!%s.genericmail.png. The suggested icon for Exchange Accounts is at res://AccountSettingsSharedRes{ScreenResolution}!%s.office.outlook.png. Custom icons can be added if desired.

Account GUID/AccountType
Required. A character string that specifies the account type.

Supported operations are Get and Add (cannot Add after the account is created).

This value is entered during setup and cannot be modified once entered. An Exchange account is indicated by the string value "Exchange".

Account GUID/AccountName
Required. A character string that specifies the name that refers to the account on the device.

Supported operations are Get, Replace, and Add (cannot Add after the account is created).

Account GUID/Password
Required. A character string that specifies the password for the account.

Supported operations are Get, Replace, Add, and Delete.

For the Get command, only asterisks are returned.

Account GUID/ServerName
Required. A character string that specifies the server name used by the account.

Supported operations are Get, Replace, and Add (cannot Add after the account is created).

Account GUID/UserName
Required. A character string that specifies the user name for the account.

Supported operations are Get, and Add (cannot Add after the account is created).

The user name cannot be changed after a sync has been successfully performed. The user name can be in the fully qualified format "someone@example.com", or just "username", depending on the type of account created. For most Exchange accounts, the user name format is just "username", whereas for Microsoft, Google, Yahoo, and most POP/IMAP accounts, the user name format is "someone@example.com".

Options
Node for other parameters.

Options/CalendarAgeFilter
Specifies the time window used for syncing calendar items to the device. Value type is chr.

Options/Logging
Required. A character string that specifies whether diagnostic logging is enabled and at what level. The default is 0 (disabled).

Supported operations are Get, Replace, and Add (cannot Add after the account is created).

Valid values are one of the following:

  • 0 (default) - Logging is off.

  • 1 - Basic logging is enabled.

  • 2 - Advanced logging is enabled.

Logging is set to off by default. The user might be asked to set this to Basic or Advanced when having a sync issue that customer support is investigating. Setting the logging level to Advanced has more of a performance impact than Basic.

Options/MailBodyType
Indicates the email format. Valid values:

  • 0 - none
  • 1 - text
  • 2 - HTML
  • 3 - RTF
  • 4 - MIME

Options/MailHTMLTruncation
Specifies the size beyond which HTML-formatted email messages are truncated when they are synchronized to the mobile device. The value is specified in KB. A value of -1 disables truncation.

Options/MailPlainTextTruncation
This setting specifies the size beyond which text-formatted e-mail messages are truncated when they are synchronized to the mobile phone. The value is specified in KB. A value of -1 disables truncation.

Options/UseSSL
Optional. A character string that specifies whether SSL is used.

Supported operations are Get, Replace, and Add (cannot Add after the account is created).

Valid values are:

  • 0 - SSL is not used.

  • 1 (default) - SSL is used.

Options/Schedule
Required. A character string that specifies the time until the next sync is performed, in minutes. The default value is -1.

Supported operations are Get and Replace.

Valid values are one of the following:

  • -1 (default) - A sync will occur as items are received

  • 0 - All syncs must be performed manually

  • 15 - Sync every 15 minutes

  • 30 - Sync every 30 minutes

  • 60 - Sync every 60 minutes

Options/MailAgeFilter
Required. A character string that specifies the time window used for syncing email items to the device. The default value is 3.

Supported operations are Get and Replace.

Valid values are one of the following:

  • 0 No age filter is used, and all email items are synced to the device.

  • 2 Only email up to three days old is synced to the device.

  • 3 (default) Email up to a week old is synced to the device.

  • 4 Email up to two weeks old is synced to the device.

  • 5 Email up to a month old is synced to the device.

Options/ContentTypes/Content Type GUID
Defines the type of content to be individually enabled/disabled for sync.

The GUID values allowed are one of the following:

  • Email: "{c6d47067-6e92-480e-b0fc-4ba82182fac7}"

  • Contacts: "{0dd8685c-e272-4fcb-9ecf-2ead7ea2497b}"

  • Calendar: "{4a5d9fe0-f139-4a63-a5a4-4f31ceea02ad}"

  • Tasks: "{783ae4f6-4c12-4423-8270-66361260d4f1}"

Options/ContentTypes/Content Type GUID/Enabled
Required. A character string that specifies whether sync is enabled or disabled for the selected content type. The default is "1" (enabled).

Supported operations are Get, Replace, and Add (cannot Add after the account is created).

Valid values are one of the following:

  • 0 - Sync for email, contacts, calendar, or tasks is disabled.
  • 1 (default) - Sync is enabled.

Options/ContentTypes/Content Type GUID/Name
Required. A character string that specifies the name of the content type.

Note

In Windows 10, this node is currently not working.

Supported operations are Get, Replace, and Add (cannot Add after the account is created).

When you use Add or Replace inside an atomic block in the SyncML, the CSP returns an error and provisioning fails. When you use Add or Replace outside of the atomic block, the error is ignored and the account is provisioned as expected.

Policies
Node for mail body type and email age filter.

Policies/MailBodyType
Required. Specifies the email body type: HTML or plain.

Value type is string. Supported operations are Add, Get, Replace, and Delete.

Policies/MaxMailAgeFilter
Required. Specifies the time window used for syncing mail items to the device.

Value type is string. Supported operations are Add, Get, Replace, and Delete.

Configuration service provider reference