Click or drag to resize

ProvisionPolicyStatuses Enumeration

The value indicates the success or failure of the client to apply the policy settings retrieved from the server.

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum ProvisionPolicyStatuses
Members
  Member nameValueDescription
Success1 The client operation was successful.
PartialSuccess2 Partial success (at least the PIN was enabled).
NotApply3 The client did not apply the policy at all.
ProvisionedByThirdParty4 The client claims to have been provisioned by a third party.
See Also