ProvisionRequest Class

Contains request information for provision command
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerProvisionRequest

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

The ProvisionRequest type exposes the following members.

Constructors
  NameDescription
Public methodProvisionRequest
Initializes a new instance of the ProvisionRequest class
Properties
  NameDescription
Public propertyDeviceInformation
Device information. When the protocol version is 14.1, the client MUST send the DeviceInformation element with its contents when sending an initial Provision command request to the server but not on subsequent requests.
Public propertyPolicies
Specifies a collection of security policies.
Public propertyRemoteWipeStatus
Specifies a client's confirmation of a server's remote wipe directive. The value indicates the success or failure of a remote wipe operation on the client.
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