--- title: ActiveSync DDF file description: View the XML file containing the device description framework (DDF) for the ActiveSync configuration service provider. ms.date: 01/18/2024 --- # ActiveSync DDF file The following XML file contains the device description framework (DDF) for the ActiveSync configuration service provider. ```xml ]> 1.2 ActiveSync ./User/Vendor/MSFT The root node for ActiveSync configuration. 10.0.10240 1.0 0x4;0x1B;0x30;0x31;0x48;0x54;0x62;0x63;0x64;0x65;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xBC;0xBF;0xCA;0xCB;0xCD;0xCF; 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 \{[0-9A-Fa-f]{8}\-[0-9A-Fa-f]{4}\-[0-9A-Fa-f]{4}\-[0-9A-Fa-f]{4}\-[0-9A-Fa-f]{12}\} 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. Domain Domain name of the Exchange server AccountIcon Specify the location of the icon associated with the account. AccountType Specify the account type. This value is entered during setup and cannot be modified once entered. An Exchange account is indicated by the string value "Exchange". AccountName The name that refers to the account on the device. Password A character string that specifies the password for the account. For the Get command, only asterisks are returned. ServerName Specifies the server name used by the account. UserName Specifies the user name for the account. 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 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. Logging 0 Specifies whether diagnostic logging is enabled and at what level. 0 Logging is off. 1 Basic logging is enabled. 2 Advanced logging is enabled. MailBodyType Indicates format type of the Email. Supported values are 0 (none), 1 (text), 2 (HTML), 3 (RTF), and 4 (MIME). 0 none 1 text 2 HTML 3 RTF 4 MIME 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. 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. Schedule -1 Specifies the time until the next sync is performed in minutes. If -1 is chosen, a sync will occur as items are received. If a 0 is chosen, all syncs must be performed manually. [(-1)-4294967295] UseSSL 1 Specifies whether SSL is used. 0 SSL is not used. 1 SSL is used. MailAgeFilter 3 Specifies the time window used for syncing email items to the phone. 0 No age filter is used, and all email items are synced to the device. 1 Only email up to one day old is synced to the device 2 Only email up to three days old is synced to the device. 3 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. 6 Email up to three months old is synced to the device. ContentTypes Interior node for Content Types 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} Content Type GUID 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}". Enabled 1 Enables or disables Sync for Email, contacts, calendar, and Tasks. 0 Sync for email, contacts, calendar, or tasks is disabled. 1 Sync is enabled. Name The name of the content type. Policies Specifies the mail body type and email age filter. MailBodyType Specifies the email body type. HTML or plain HTML HTML plain plain MaxMailAgeFilter Specifies the time window used for syncing mail items to the device. ``` ## Related articles [ActiveSync configuration service provider reference](activesync-csp.md)