--- title: ActiveSync DDF file description: ActiveSync DDF file ms.assetid: c4cd4816-ad8f-45b2-9b81-8abb18254096 ms.reviewer: manager: dansimp ms.author: lomayor ms.topic: article ms.prod: w10 ms.technology: windows author: lomayor ms.date: 12/05/2017 --- # ActiveSync DDF file This topic shows the OMA DM device description framework (DDF) for the **ActiveSync** configuration service provider. DDF files are used only with OMA DM provisioning XML. Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download). The XML below is the current version for this CSP. ``` syntax ]> 1.2 ActiveSync ./Vendor/MSFT The root node for ActiveSync configuration. com.microsoft/1.0/MDM/ActiveSync Accounts The parent node group all active sync accounts. Defines a specific ActiveSync account. A globally unique identifier (GUID) must be generated for each ActiveSync account on the device. Account GUID EmailAddress The email address the user entered during setup. This is the email address that is associated with the Exchange ActiveSync account and it is required. text/plain Domain Domain name of the Exchange server text/plain AccountIcon Specify the location of the icon associated with the account. text/plain AccountType Specify the account type. text/plain AccountName The name that refers to the account on the phone. text/plain Password A character string that specifies the password for the account. text/plain ServerName Specifies the server name used by the account. text/plain UserName Specifies the user name for the account. text/plain Options Specifies whether email, contacts, and calendar need to synchronize by default, and sets preference such as sync schedule, truncation sizes, and logging. CalendarAgeFilter Specifies the time window used for syncing calendar items to the phone. text/plain Logging Specifies whether diagnostic logging is enabled and at what level. text/plain MailBodyType Indicates format type of the Email. Supported values are 0 (none), 1 (text), 2 (HTML), 3 (RTF), and 4 (MIME). text/plain MailHTMLTruncation This setting specifies the size beyond which HTML-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. text/plain 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. text/plain Schedule Specifies the time until the next sync is performed in minutes. text/plain UseSSL Specifies whether SSL is used. text/plain MailAgeFilter Specifies the time window used for syncing email items to the phone. text/plain ContentTypes Enables or disables syncing email, contacts, task, and calendar.Each is represented by a GUID.Email: {c6d47067-6e92-480e-b0fc-4ba82182fac7}. Contacts: {0dd8685c-e272-4fcb-9ecf-2ead7ea2497b}.Calendar: {4a5d9fe0-f139-4a63-a5a4-4f31ceea02ad}. Tasks:{783ae4f6-4c12-4423-8270-66361260d4f1} 1 Content Type GUID Enabled Enables or disables Sync for Email, contacts, calendar, and Tasks. text/plain Name The name of the content type. text/plain Policies Specifies the mail body type and email age filter. MailBodyType Specifies the email body type. HTML or plain text/plain MaxMailAgeFilter Specifies the time window used for syncing mail items to the device. text/plain ``` ## Related topics [ActiveSync configuration service provider](activesync-csp.md)