ProvisionPolicy Class

Specifies a security policy.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerProvisionPolicy

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ProvisionPolicy

The ProvisionPolicy type exposes the following members.

Constructors
  NameDescription
Public methodProvisionPolicy
Initializes a new instance of the ProvisionPolicy class
Properties
  NameDescription
Public propertyData
Specifies the settings for a policy. Used in the Policy responses only. It is not present in responses to acknowledgment requests.
Public propertyPolicyKey
PolicyKey is used by the server to mark the state of policy settings on the client in the settings download phase of the Provision command. The PolicyKey is an element of type string with a maximum of 64 characters. The value of the PolicyKey SHOULD be a string representation of a 32-bit unsigned integer.
Public propertyPolicyType
Specifies the format in which the policy settings are to be provided to the client device.
Public propertyStatus
Indicates the result of the operation.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also