ActiveSync CSP

This commit is contained in:
Vinay Pamnani 2023-02-16 15:38:03 -05:00
parent 6f1de7219b
commit 4fb7e86aee
2 changed files with 1417 additions and 400 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,36 +1,32 @@
--- ---
title: ActiveSync DDF file title: ActiveSync DDF file
description: Learn about the OMA DM device description framework (DDF) for the ActiveSync configuration service provider. description: View the XML file containing the device description framework (DDF) for the ActiveSync configuration service provider.
ms.reviewer: author: vinaypamnani-msft
manager: aaroncz manager: aaroncz
ms.author: vinpa ms.author: vinpa
ms.topic: article ms.date: 02/16/2023
ms.localizationpriority: medium
ms.prod: windows-client ms.prod: windows-client
ms.technology: itpro-manage ms.technology: itpro-manage
author: vinaypamnani-msft ms.topic: reference
ms.date: 12/05/2017
--- ---
<!-- Auto-Generated CSP Document -->
# ActiveSync DDF file # 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. The following XML file contains the device description framework (DDF) for the ActiveSync configuration service provider.
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-ddf.md).
The XML below is the current version for this CSP.
```xml ```xml
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE MgmtTree PUBLIC " -//OMA//DTD-DM-DDF 1.2//EN" <!DOCTYPE MgmtTree PUBLIC " -//OMA//DTD-DM-DDF 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"[<?oma-dm-ddf-ver supported-versions="1.2"?>]>
"http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"
[
<?oma-dm-ddf-ver supported-versions="1.2"?>
]>
<MgmtTree xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM"> <MgmtTree xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM">
<VerDTD>1.2</VerDTD> <VerDTD>1.2</VerDTD>
<MSFT:Diagnostics>
</MSFT:Diagnostics>
<Node> <Node>
<NodeName>ActiveSync</NodeName> <NodeName>ActiveSync</NodeName>
<Path>./Vendor/MSFT</Path> <Path>./User/Vendor/MSFT</Path>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get /> <Get />
@ -46,8 +42,13 @@ The XML below is the current version for this CSP.
<Permanent /> <Permanent />
</Scope> </Scope>
<DFType> <DFType>
<MIME>com.microsoft/1.0/MDM/ActiveSync</MIME> <MIME />
</DFType> </DFType>
<MSFT:Applicability>
<MSFT:OsBuildVersion>10.0.10240</MSFT:OsBuildVersion>
<MSFT:CspVersion>1.0</MSFT:CspVersion>
<MSFT:EditionAllowList>0x4;0x1B;0x30;0x31;0x48;0x54;0x62;0x63;0x64;0x65;0x77;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xB4;0xBC;0xBF;0xCA;0xCB;0xCD;</MSFT:EditionAllowList>
</MSFT:Applicability>
</DFProperties> </DFProperties>
<Node> <Node>
<NodeName>Accounts</NodeName> <NodeName>Accounts</NodeName>
@ -66,17 +67,18 @@ The XML below is the current version for this CSP.
<Permanent /> <Permanent />
</Scope> </Scope>
<DFType> <DFType>
<DDFName></DDFName> <DDFName />
</DFType> </DFType>
</DFProperties> </DFProperties>
<Node> <Node>
<NodeName></NodeName> <NodeName>
</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>Defines a specific ActiveSync account. A globally unique identifier (GUID) must be generated for each ActiveSync account on the device.</Description> <Description>Defines a specific ActiveSync account. A globally unique identifier (GUID) must be generated for each ActiveSync account on the device.</Description>
<DFFormat> <DFFormat>
@ -90,17 +92,23 @@ The XML below is the current version for this CSP.
</Scope> </Scope>
<DFTitle>Account GUID</DFTitle> <DFTitle>Account GUID</DFTitle>
<DFType> <DFType>
<DDFName></DDFName> <DDFName />
</DFType> </DFType>
<MSFT:DynamicNodeNaming>
<MSFT:ServerGeneratedUniqueIdentifier />
</MSFT:DynamicNodeNaming>
<MSFT:AllowedValues ValueType="RegEx">
<MSFT:Value>\{[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}\}</MSFT:Value>
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
<Node> <Node>
<NodeName>EmailAddress</NodeName> <NodeName>EmailAddress</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>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.</Description> <Description>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.</Description>
<DFFormat> <DFFormat>
@ -113,18 +121,20 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="None">
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>Domain</NodeName> <NodeName>Domain</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>Domain name of the Exchange server</Description> <Description>Domain name of the Exchange server</Description>
<DFFormat> <DFFormat>
@ -137,18 +147,20 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="None">
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>AccountIcon</NodeName> <NodeName>AccountIcon</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>Specify the location of the icon associated with the account.</Description> <Description>Specify the location of the icon associated with the account.</Description>
<DFFormat> <DFFormat>
@ -161,20 +173,22 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="None">
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>AccountType</NodeName> <NodeName>AccountType</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>Specify the account type.</Description> <Description>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".</Description>
<DFFormat> <DFFormat>
<chr /> <chr />
</DFFormat> </DFFormat>
@ -185,20 +199,22 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="None">
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>AccountName</NodeName> <NodeName>AccountName</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>The name that refers to the account on the phone.</Description> <Description>The name that refers to the account on the device.</Description>
<DFFormat> <DFFormat>
<chr /> <chr />
</DFFormat> </DFFormat>
@ -209,20 +225,22 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="None">
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>Password</NodeName> <NodeName>Password</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>A character string that specifies the password for the account.</Description> <Description>A character string that specifies the password for the account. For the Get command, only asterisks are returned.</Description>
<DFFormat> <DFFormat>
<chr /> <chr />
</DFFormat> </DFFormat>
@ -233,18 +251,20 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="None">
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>ServerName</NodeName> <NodeName>ServerName</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>Specifies the server name used by the account.</Description> <Description>Specifies the server name used by the account.</Description>
<DFFormat> <DFFormat>
@ -257,20 +277,22 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="None">
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>UserName</NodeName> <NodeName>UserName</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>Specifies the user name for the account.</Description> <Description>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".</Description>
<DFFormat> <DFFormat>
<chr /> <chr />
</DFFormat> </DFFormat>
@ -281,18 +303,20 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="None">
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>Options</NodeName> <NodeName>Options</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>Specifies whether email, contacts, and calendar need to synchronize by default, and sets preference such as sync schedule, truncation sizes, and logging.</Description> <Description>Specifies whether email, contacts, and calendar need to synchronize by default, and sets preference such as sync schedule, truncation sizes, and logging.</Description>
<DFFormat> <DFFormat>
@ -305,17 +329,17 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<DDFName></DDFName> <DDFName />
</DFType> </DFType>
</DFProperties> </DFProperties>
<Node> <Node>
<NodeName>CalendarAgeFilter</NodeName> <NodeName>CalendarAgeFilter</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>Specifies the time window used for syncing calendar items to the phone.</Description> <Description>Specifies the time window used for syncing calendar items to the phone.</Description>
<DFFormat> <DFFormat>
@ -328,19 +352,22 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="None">
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>Logging</NodeName> <NodeName>Logging</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<DefaultValue>0</DefaultValue>
<Description>Specifies whether diagnostic logging is enabled and at what level.</Description> <Description>Specifies whether diagnostic logging is enabled and at what level.</Description>
<DFFormat> <DFFormat>
<chr /> <chr />
@ -352,18 +379,32 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="ENUM">
<MSFT:Enum>
<MSFT:Value>0</MSFT:Value>
<MSFT:ValueDescription>Logging is off.</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>1</MSFT:Value>
<MSFT:ValueDescription>Basic logging is enabled.</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>2</MSFT:Value>
<MSFT:ValueDescription>Advanced logging is enabled.</MSFT:ValueDescription>
</MSFT:Enum>
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>MailBodyType</NodeName> <NodeName>MailBodyType</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>Indicates format type of the Email. Supported values are 0 (none), 1 (text), 2 (HTML), 3 (RTF), and 4 (MIME).</Description> <Description>Indicates format type of the Email. Supported values are 0 (none), 1 (text), 2 (HTML), 3 (RTF), and 4 (MIME).</Description>
<DFFormat> <DFFormat>
@ -376,18 +417,40 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="ENUM">
<MSFT:Enum>
<MSFT:Value>0</MSFT:Value>
<MSFT:ValueDescription>none</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>1</MSFT:Value>
<MSFT:ValueDescription>text</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>2</MSFT:Value>
<MSFT:ValueDescription>HTML</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>3</MSFT:Value>
<MSFT:ValueDescription>RTF</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>4</MSFT:Value>
<MSFT:ValueDescription>MIME</MSFT:ValueDescription>
</MSFT:Enum>
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>MailHTMLTruncation</NodeName> <NodeName>MailHTMLTruncation</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>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.</Description> <Description>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.</Description>
<DFFormat> <DFFormat>
@ -400,18 +463,20 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="None">
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>MailPlainTextTruncation</NodeName> <NodeName>MailPlainTextTruncation</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>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.</Description> <Description>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.</Description>
<DFFormat> <DFFormat>
@ -424,20 +489,23 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="None">
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>Schedule</NodeName> <NodeName>Schedule</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>Specifies the time until the next sync is performed in minutes.</Description> <DefaultValue>-1</DefaultValue>
<Description>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.</Description>
<DFFormat> <DFFormat>
<chr /> <chr />
</DFFormat> </DFFormat>
@ -448,19 +516,23 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="Range">
<MSFT:Value>[(-1)-4294967295]</MSFT:Value>
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>UseSSL</NodeName> <NodeName>UseSSL</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<DefaultValue>1</DefaultValue>
<Description>Specifies whether SSL is used.</Description> <Description>Specifies whether SSL is used.</Description>
<DFFormat> <DFFormat>
<chr /> <chr />
@ -472,19 +544,30 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="ENUM">
<MSFT:Enum>
<MSFT:Value>0</MSFT:Value>
<MSFT:ValueDescription>SSL is not used.</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>1</MSFT:Value>
<MSFT:ValueDescription>SSL is used.</MSFT:ValueDescription>
</MSFT:Enum>
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>MailAgeFilter</NodeName> <NodeName>MailAgeFilter</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<DefaultValue>3</DefaultValue>
<Description>Specifies the time window used for syncing email items to the phone.</Description> <Description>Specifies the time window used for syncing email items to the phone.</Description>
<DFFormat> <DFFormat>
<chr /> <chr />
@ -496,19 +579,50 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="ENUM">
<MSFT:Enum>
<MSFT:Value>0</MSFT:Value>
<MSFT:ValueDescription>No age filter is used, and all email items are synced to the device.</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>1</MSFT:Value>
<MSFT:ValueDescription>Only email up to one day old is synced to the device</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>2</MSFT:Value>
<MSFT:ValueDescription>Only email up to three days old is synced to the device.</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>3</MSFT:Value>
<MSFT:ValueDescription>Email up to a week old is synced to the device.</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>4</MSFT:Value>
<MSFT:ValueDescription>Email up to two weeks old is synced to the device.</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>5</MSFT:Value>
<MSFT:ValueDescription>Email up to a month old is synced to the device.</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>6</MSFT:Value>
<MSFT:ValueDescription>Email up to three months old is synced to the device.</MSFT:ValueDescription>
</MSFT:Enum>
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>ContentTypes</NodeName> <NodeName>ContentTypes</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>Interior node for Content Types</Description>
<DFFormat> <DFFormat>
<node /> <node />
</DFFormat> </DFFormat>
@ -519,42 +633,47 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<DDFName></DDFName> <DDFName />
</DFType> </DFType>
</DFProperties> </DFProperties>
<Node> <Node>
<NodeName></NodeName> <NodeName>
</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>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}</Description> <Description>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}</Description>
<DFFormat> <DFFormat>
<node /> <node />
</DFFormat> </DFFormat>
<Occurrence> <Occurrence>
<OneOrN>1</OneOrN> <OneOrN />
</Occurrence> </Occurrence>
<Scope> <Scope>
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFTitle>Content Type GUID</DFTitle> <DFTitle>Content Type GUID</DFTitle>
<DFType> <DFType>
<DDFName></DDFName> <DDFName />
</DFType> </DFType>
<MSFT:DynamicNodeNaming>
<MSFT:UniqueName>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}".</MSFT:UniqueName>
</MSFT:DynamicNodeNaming>
</DFProperties> </DFProperties>
<Node> <Node>
<NodeName>Enabled</NodeName> <NodeName>Enabled</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<DefaultValue>1</DefaultValue>
<Description>Enables or disables Sync for Email, contacts, calendar, and Tasks.</Description> <Description>Enables or disables Sync for Email, contacts, calendar, and Tasks.</Description>
<DFFormat> <DFFormat>
<chr /> <chr />
@ -566,18 +685,28 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="ENUM">
<MSFT:Enum>
<MSFT:Value>0</MSFT:Value>
<MSFT:ValueDescription>Sync for email, contacts, calendar, or tasks is disabled.</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>1</MSFT:Value>
<MSFT:ValueDescription>Sync is enabled.</MSFT:ValueDescription>
</MSFT:Enum>
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
<Node> <Node>
<NodeName>Name</NodeName> <NodeName>Name</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>The name of the content type.</Description> <Description>The name of the content type.</Description>
<DFFormat> <DFFormat>
@ -590,25 +719,50 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<MIME>text/plain</MIME> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="None">
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
</Node> </Node>
</Node> </Node>
</Node> </Node>
</Node> </Node>
<Node> <Node>
<NodeName>Policies</NodeName> <NodeName>Policies</NodeName>
<DFProperties>
<AccessType>
<Add />
<Delete />
<Get />
<Replace />
</AccessType>
<Description>Specifies the mail body type and email age filter.</Description>
<DFFormat>
<node />
</DFFormat>
<Occurrence>
<One />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFType>
<DDFName />
</DFType>
</DFProperties>
<Node>
<NodeName>MailBodyType</NodeName>
<DFProperties> <DFProperties>
<AccessType> <AccessType>
<Get />
<Add /> <Add />
<Replace />
<Delete /> <Delete />
<Get />
<Replace />
</AccessType> </AccessType>
<Description>Specifies the mail body type and email age filter.</Description> <Description>Specifies the email body type. HTML or plain</Description>
<DFFormat> <DFFormat>
<node /> <chr />
</DFFormat> </DFFormat>
<Occurrence> <Occurrence>
<One /> <One />
@ -617,57 +771,46 @@ The XML below is the current version for this CSP.
<Dynamic /> <Dynamic />
</Scope> </Scope>
<DFType> <DFType>
<DDFName></DDFName> <MIME />
</DFType> </DFType>
<MSFT:AllowedValues ValueType="ENUM">
<MSFT:Enum>
<MSFT:Value>HTML</MSFT:Value>
<MSFT:ValueDescription>HTML</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>plain</MSFT:Value>
<MSFT:ValueDescription>plain</MSFT:ValueDescription>
</MSFT:Enum>
</MSFT:AllowedValues>
</DFProperties> </DFProperties>
<Node> </Node>
<NodeName>MailBodyType</NodeName> <Node>
<DFProperties> <NodeName>MaxMailAgeFilter</NodeName>
<AccessType> <DFProperties>
<Get /> <AccessType>
<Add /> <Add />
<Replace /> <Delete />
<Delete /> <Get />
</AccessType> <Replace />
<Description>Specifies the email body type. HTML or plain</Description> </AccessType>
<DFFormat> <Description>Specifies the time window used for syncing mail items to the device.</Description>
<chr /> <DFFormat>
</DFFormat> <chr />
<Occurrence> </DFFormat>
<One /> <Occurrence>
</Occurrence> <One />
<Scope> </Occurrence>
<Dynamic /> <Scope>
</Scope> <Dynamic />
<DFType> </Scope>
<MIME>text/plain</MIME> <DFType>
</DFType> <MIME />
</DFProperties> </DFType>
</Node> <MSFT:AllowedValues ValueType="None">
<Node> </MSFT:AllowedValues>
<NodeName>MaxMailAgeFilter</NodeName> </DFProperties>
<DFProperties> </Node>
<AccessType>
<Get />
<Add />
<Replace />
<Delete />
</AccessType>
<Description>Specifies the time window used for syncing mail items to the device.</Description>
<DFFormat>
<chr />
</DFFormat>
<Occurrence>
<One />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFType>
<MIME>text/plain</MIME>
</DFType>
</DFProperties>
</Node>
</Node> </Node>
</Node> </Node>
</Node> </Node>
@ -675,6 +818,6 @@ The XML below is the current version for this CSP.
</MgmtTree> </MgmtTree>
``` ```
## Related topics ## Related articles
[ActiveSync configuration service provider](activesync-csp.md) [ActiveSync configuration service provider reference](activesync-csp.md)