ProvisionResponse Class

Contains response information for provision command
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerProvisionResponse

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

The ProvisionResponse type exposes the following members.

Constructors
  NameDescription
Public methodProvisionResponse
Initializes a new instance of the ProvisionResponse class
Properties
  NameDescription
Public propertyDeviceInformationStatus
Contains DeviceInformation status
Public propertyPolicies
Specifies a collection of security policies.
Public propertyRemoteWipe
Specifies a remote wipe directive from the server.
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