--- title: EMAIL2 DDF file description: Learn how the OMA DM device description framework (DDF) for the EMAIL2 configuration service provider (CSP). ms.reviewer: manager: aaroncz ms.author: vinpa ms.topic: article ms.prod: w10 ms.technology: windows author: vinaypamnani-msft ms.date: 12/05/2017 --- # EMAIL2 DDF file This topic shows the OMA DM device description framework (DDF) for the **EMAIL2** 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. ```xml ]> 1.2 EMAIL2 ./Vendor/MSFT Root characteristic com.microsoft/1.0/MDM/EMAIL2 This is unique and identifies a particular account. Also, we can only have 6 additional email accounts. So, depending on how many are already there on the device, we can have from 1 to 6. 1 Account GUID ACCOUNTICON The location of the icon associated with the account. text/plain ACCOUNTTYPE Specifies the type of account. Valid values are: Email - normal email, VVM - visual voice mail text/plain AUTHNAME User Name for Incoming server. Limited to 255 chars. text/plain AUTHREQUIRED This will specify whether the outgoing server requires authentication. 1 for TRUE 0 for FALSE(default). Note: If this is not specified then SMTP authentication will not be done. Also, this is different from the SMTPALTENABLED. That is to specify different set of credentials for SMTP. text/plain AUTHSECRET Password. Limited to 255 chars. text/plain DOMAIN Incoming server credentials domain. Limited to 255 chars. text/plain DWNDAY Specifies how many days of email to download. (number of days worth going back into the past) text/plain INSERVER The incoming server name and port number. Limited to 62 chars. If the standard port number is used, the port number isn't necessary to be specified in this node. The value format is: Server name:port number text/plain LINGER Specifies how frequently Messaging performs scheduled send/receives. (Specified as the length of time in minutes, between updates.) text/plain KEEPMAX Specifies the maximum size for a message's attachment. (Attachments beyond this size will not be downloaded but will remain on the server. The message itself will be downloaded). This value can be set only for IMAP4 accounts. The limit is specified in KB, with a value of 0 meaning that no limit will be enforced. text/plain NAME User Display Name. Limited to 255 chars text/plain OUTSERVER The outcoming server name and port number. Limited to 62 chars. The value format is: Server name:port number If the standard port number is used, the port number isn't necessary to be specified in this node. text/plain REPLYADDR SMTP reply address of the user. Limited to 255 chars. text/plain SERVICENAME This is the account name. It's limited to 32 characters. text/plain SERVICETYPE This is the type of account. Valid values are POP3/IMAP4. text/plain RETRIEVE Specifies the maximum size(in bytes) for messages retrieved from the incoming email server. Messages beyond this size will still be retrieved, but will be truncated. text/plain SERVERDELETEACTION Specifies how message is deleted on server. 1 for delete message on server, 2 for keep the message on server (delete to Trash folder), any other value default action is used, which depends on the transport. text/plain CELLULARONLY If this flag is set, the account uses cellular network only and not Wi-Fi. text/plain SYNCINGCONTENTTYPES Specifies a bitmask for which content types are supported for syncing (eg: Mail, Contacts, Calendar). No data (0x0), Contacts (0x1), Mail (0x2), Appointments (0x4), Tasks (0x8), Notes (0x10), Feeds (0x60), Network Photo (0x180), Group and room (0x200), Chat (0x400), Email Recipient Email (0x800), Server Link (0x1000), All items (0xffffffff). text/plain CONTACTSSERVER Server for contact sync if it is different from the email server. text/plain CALENDARSERVER Server for calendar sync if it is different from the email server. text/plain CONTACTSSERVERREQUIRESSL Defines if the connection to the contact server requires SSL. text/plain CALENDARSERVERREQUIRESSL Defines if the connection to the calendar server requires SSL. text/plain CONTACTSSYNCSCHEDULE Sets the schedule for syncing contact items. text/plain CALENDARSYNCSCHEDULE Sets the schedule for syncing calendar items. text/plain SMTPALTAUTHNAME If SMTPALTENABLED is true, then this will have the alternate User Name for SMTP. 255 chars. text/plain SMTPALTDOMAIN If SMTPALTENABLED is true, then this will have the alternate domain for SMTP. 255 chars. text/plain SMTPALTENABLED This is a bool value that specifies if we have separate SMTP credentials. 1 for true 0 for false (default) text/plain SMTPALTPASSWORD If SMTPALTENABLED is true, then this will have the alternate password for SMTP. 255 chars. text/plain TAGPROPS Specifies that stated parameter element name attributes is nonstandard tag properties. 8128000B Specify whether incoming server requires SSL connection. 1- Require SSL connection 0- Doesn't require SSL connection (default) text/plain 812C000B Specify whether outgoing server requires SSL connection. 1- Require SSL connection 0- Doesn't require SSL connection (default) text/plain ``` ## Related topics [EMAIL2 configuration service provider](email2-csp.md)