Exchange ActiveSync
com.apple.eas.account
The payload that configures Exchange ActiveSync accounts.
Configuration Keys (43)
| Key | Type | Title |
|---|---|---|
UserNameThis user name for this Exchange account. Required for noninteractive installations like MDM in iOS. | string | User |
EmailAddressThe full email address for the account. If not present in the payload, the device prompts for this string during profile installation. | string | Email Address |
PasswordThe password of the account. Use only with encrypted profiles. | string | Password |
OverridePreviousPasswordIf 'true', the system overrides the previous user/EAS password with the new EAS password in the payload. Available in iOS 14 and later. Default: false | boolean | Override previous password |
HostrequiredThe Exchange server host name or IP address. | string | Exchange ActiveSync Host |
SSLIf 'true', the system enables SSL for authentication. Default: false | boolean | Use SSL |
OAuthIf 'true', enables OAuth for authentication. If enabled, don't specify a password. Available only in iOS 12.0 and above. Default: false | boolean | Use OAuth |
CertificateThe '.p12' identity certificate in NSData blob format, for accounts that allow authentication via certificate. | data | Authentication Credential |
CertificateNameThe name or description of the certificate. | string | Authentication Credential Name |
CertificatePasswordThe password necessary for the '.p12' identity certificate. Used with mandatory encryption of profiles. | string | Authentication Credential Password |
PreventMoveIf 'true', the system prevents moving messages from out of this email account into another account. This setting also prevents forwarding or replying from an account other than the recipient of the message. Default: false | boolean | Prevent Move |
PreventAppSheetIf 'true', prevents this account from sending mail in any app other than the Apple Mail app. Default: false | boolean | Prevent App Sheet |
PayloadCertificateUUIDThe UUID of the certificate payload within the same profile to use for the identity credential. If this field is present, the Certificate field isn't used. | string | Payload Certificate UUID |
SMIMEEnabledIf 'true', the system enables S/MIME encryption. In iOS 10.0 and later, this key is ignored. Use 'SMIMESigningEnabled' instead. Default: false | boolean | S/MIME Enabled |
SMIMESigningEnabledIf 'true', the system enables S/MIME signing for this account. Available in iOS 10.0 and later. Default: false | boolean | S/MIME Signing Enabled |
SMIMESigningCertificateUUIDThe UUID of the identity certificate used to sign messages sent from this account. | string | S/MIME Signing Certificate |
SMIMEEncryptionEnabledIf 'true', the system enables S/MIME encryption for this account. Available in iOS 10.0 and later. As of iOS 12.0, this key is deprecated. Use 'SMIMEEncryptByDefault' instead. Default: false | boolean | S/MIME Encryption Enabled |
SMIMEEncryptionCertificateUUIDThe payload UUID of the identity certificate used to decrypt messages sent to this account. The system attaches the public certificate to outgoing mail to allow the user to receive encrypted mail. When the user sends encrypted mail, the system uses the public certificate to encrypt the copy of the mail in the user's Sent mailbox. | string | S/MIME Encryption Certificate |
SMIMEEnablePerMessageSwitchIf 'true', the system displays the per-message encryption switch in the Mail Compose UI. Available in iOS 8.0 and later. As of iOS 12.0, this key is deprecated. Use 'SMIMEEnableEncryptionPerMessageSwitch' instead. Default: false | boolean | S/MIME Enable Per-Message Switch |
SMIMESigningUserOverrideableIf 'true', the user can turn S/MIME signing on or off in Settings. Available in iOS 12.0 and later. Default: false | boolean | Allow user to toggle S/MIME Signing |
SMIMESigningCertificateUUIDUserOverrideableIf 'true', the user can select the signing identity. Available in iOS 12.0 and later. Default: false | boolean | Allow user to select S/MIME Identity |
SMIMEEncryptByDefaultIf 'true', the system enables S/MIME encryption by default. If 'SMIMEEnableEncryptionPerMessageSwitch' is 'false', the user can't change this default. Available in iOS 12.0 and later. Default: false | boolean | Enable S/MIME Encryption |
SMIMEEncryptByDefaultUserOverrideableIf 'true', the system enables encryption by default and the user can't change it. Available in iOS 12.0 and later. Default: false | boolean | Allow user to select S/MIME Encryption |
SMIMEEncryptionCertificateUUIDUserOverrideableIf 'true', the user can select the S/MIME encryption identity, and encryption is on.Available in iOS 12.0 and later. Default: false | boolean | Allow user to select S/MIME Encryption Certificate |
SMIMEEnableEncryptionPerMessageSwitchIf 'true', the system displays the per-message encryption switch in the Mail Compose UI. Available in iOS 12.0 and later. Default: false | boolean | Allow user to select S/MIME Encryption per message |
EnableCalendarsIf 'false', the system disables the Calendars service for this account. The user can reenable Calendars service in Settings unless 'EnableCalendarsUserOverridable' is 'false'. Note: At least of the following fields needs to be 'true': 'EnableMail', 'EnableContacts', 'EnableCalendars', 'EnableReminders', and 'EnableNotes'. Default: true | boolean | Enabled Services - Calendars |
EnableContactsIf 'false', the system disables the Contacts service for this account. The user can reenable Contacts service in Settings unless 'EnableContactsUserOverridable' is 'false'. Note: At least of the following fields needs to be 'true': 'EnableMail', 'EnableContacts', 'EnableCalendars', 'EnableReminders', and 'EnableNotes'. Default: true | boolean | Enabled Services - Contacts |
EnableMailIf 'false', the system disables the Mail service for this account. The user can reenable Mail service in Settings unless 'EnableMailUserOverridable' is 'false'. Note: At least of the following fields needs to be 'true': 'EnableMail', 'EnableContacts', 'EnableCalendars', 'EnableReminders', and 'EnableNotes'. Default: true | boolean | Enabled Services - Mail |
EnableNotesIf 'false', the system disables the Notes service for this account. The user can reenable Notes service in Settings unless 'EnableNotesUserOverridable' is 'false'. Note: At least of the following fields needs to be 'true': 'EnableMail', 'EnableContacts', 'EnableCalendars', 'EnableReminders', and 'EnableNotes'. Default: true | boolean | Enabled Services - Notes |
EnableRemindersIf 'false', the system disables the Reminders service for this account. The user can reenable Reminders service in Settings unless 'EnableRemindersUserOverridable' is 'false'. Note: At least of the following fields needs to be 'true': 'EnableMail', 'EnableContacts', 'EnableCalendars', 'EnableReminders', and 'EnableNotes'. Default: true | boolean | Enabled Services - Reminders |
EnableCalendarsUserOverridableIf 'false', the system prevents the user from changing the state of the Calendars service for this account in Settings. Default: true | boolean | Account Modification - Calendars |
EnableContactsUserOverridableIf 'false', the system prevents the user from changing the state of the Contacts service for this account in Settings. Default: true | boolean | Account Modification - Contacts |
EnableMailUserOverridableIf 'false', the system prevents the user from changing the state of the Mail service for this account in Settings. Default: true | boolean | Account Modification - Mail |
EnableNotesUserOverridableIf 'false', prevents the user from changing the state of the Notes service for this account in Settings. Default: true | boolean | Account Modification - Notes |
EnableRemindersUserOverridableIf 'false', the system prevents the user from changing the state of the Reminders service for this account in Settings. Default: true | boolean | Account Modification - Reminders |
disableMailRecentsSyncingIf 'true', the system excludes this account from Recent Addresses syncing. Default: false | boolean | Disable Mail Recents Syncing |
MailNumberOfPastDaysToSyncThe number of days in the past to sync mail on the device. For no limit, use the value '0'. Default: 7 Range: No Limit (0), 1 (1), 3 (3), 7 (7), 14 (14), 31 (31) | integer | Past Days of Mail to Sync |
CommunicationServiceRulesThe communication service handler rules for this account. | dict | Communication Service Rules |
VPNUUIDThe VPNUUID of the per-app VPN the account uses for network communication. Available in iOS 14 and later. | string | VPNUUID |
HeaderMagicThe value of the 'X-Apple-Config-Magic' header in each EAS HTTP request. | string | — |
allowMailDropIf 'true', the system enables this account to use Mail Drop. Default: false | boolean | Allow Mail Drop |
OAuthSignInURLThe URL that this account should use for signing in through OAuth. Ignored unless 'OAuth' is 'true'. If you specify this URL, auto-discovery isn't used for this account, so you need to also specify a host. | string | — |
OAuthTokenRequestURLThe URL that this account should use for token requests through OAuth. Ignored unless 'OAuth' is 'true'. | string | — |
DefaultServiceHandlersThe default handlers to use for contacts from this account. | dict | Default Service Handlers |
AudioCallThe bundle identifier of the default application to use for audio calls made to contacts from this account. | string | App for audio calls |