Click or drag to resize

Provision Enumeration

Provision namespace of the ActiveSync protocol

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum Provision
Members
  Member nameValueDescription
Provision5 The capabilities and permissions for the device.
Policies6 A collection of security policies.
Policy7 A security policy.
PolicyType8 Specifies the format in which the policy settings are to be provided.
PolicyKey9 Used by the server to mark the state of policy settings on the client.
Data10 The settings for a policy.
Status11 Indicates success or failure of specific parts of a command.
RemoteWipe12 Specifies either a remote wipe directive from the server or a client's confirmation of a remote wipe directive.
EASProvisionDoc13 The collection of security settings for device provisioning.
DevicePasswordEnabled14 Indicates whether a client device requires a password.
AlphanumericDevicePasswordRequired15 Indicates whether a client device requires an alphanumeric password.
RequireStorageCardEncryption16 Indicates whether the device has to encrypt content that is stored on the storage card.
PasswordRecoveryEnabled17 Indicates whether to enable a recovery password to be sent to the server by using the Settings command.
AttachmentsEnabled19 Indicates whether email attachments are enabled.
MinDevicePasswordLength20 The minimum device password length that the user can enter
MaxInactivityTimeDeviceLock21 The number of seconds of inactivity before the device locks itself.
MaxDevicePasswordFailedAttempts22 The number of password failures that are permitted before the device is wiped.
MaxAttachmentSize23 The maximum attachment size, as determined by the security policy.
AllowSimpleDevicePassword24 Whether the device allows simple passwords.
DevicePasswordExpiration25 Whether the password expires after the specified number of days, as determined by the policy.
DevicePasswordHistory26 The minimum number of previously used passwords the client device stores to prevent reuse.
AllowStorageCard27 Whether the device allows the use of the storage card.
AllowCamera28 Whether the device allows the use of the built-in camera.
RequireDeviceEncryption29 Whether the device uses encryption.
AllowUnsignedApplications30 Whether the device allows unsigned applications to execute.
AllowUnsignedInstallationPackages31 Whether the device allows unsigned cabinet (.cab) files to be installed.
MinDevicePasswordComplexCharacters32 The minimum number of complex characters (numbers and symbols) contained within the password.
AllowWiFi33 Whether the device allows the use of Wi-Fi connections.
AllowTextMessaging34 Whether the device allows Short Message Service (SMS)/text messaging.
AllowPOPIMAPEmail35 Whether the device allows access to POP/IMAP email.
AllowBluetooth36 Whether Bluetooth and hands-free profiles are allowed on the device.
AllowIrDA37 Whether the device allows the use of IrDA (infrared) connections.
RequireManualSyncWhenRoaming38 Whether the device requires manual synchronization when the device is roaming.
AllowDesktopSync39 Whether the device allows synchronization with Desktop ActiveSync.
MaxCalendarAgeFilter40 The maximum number of calendar days that can be synchronized.
AllowHTMLEmail41 Whether the device uses HTML-formatted email.
MaxEmailAgeFilter42 The email age limit for synchronization.
MaxEmailBodyTruncationSize43 The truncation size for plain text–formatted email messages.
MaxEmailHTMLBodyTruncationSize44 The truncation size for HTML-formatted email messages.
RequireSignedSMIMEMessages45 Whether the device is required to send signed S/MIME messages.
RequireEncryptedSMIMEMessages46 Whether the device is required to send encrypted messages.
RequireSignedSMIMEAlgorithm47 The algorithm to be used when signing a message.
RequireEncryptionSMIMEAlgorithm48 The algorithm to be used when encrypting a message.
AllowSMIMEEncryptionAlgorithmNegotiation49 Whether the device can negotiate the encryption algorithm to be used for signing.
AllowSMIMESoftCerts50 Whether the device uses soft certificates to sign outgoing messages.
AllowBrowser51 Whether the device allows the use of a web browser.
AllowConsumerEmail52 Whether the device allows the use of personal email.
AllowRemoteDesktop53 Whether the device allows the use of Remote Desktop.
AllowInternetSharing54 Whether the device allows the use of Internet Sharing.
UnapprovedInROMApplicationList55 A list of in-ROM applications that are not approved for execution.
ApplicationName56 The name of an in-ROM application (.exe file) that is not approved for execution.
ApprovedApplicationList57 A list of in-RAM applications that are approved for execution.
Hash58 The SHA-1 hash of an in-memory application that is approved for execution.
See Also