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
Syntaxpublic enum ProvisionPolicyStatuses
Public Enumeration ProvisionPolicyStatuses
public enum class ProvisionPolicyStatuses
type ProvisionPolicyStatuses
Members
| Member name | Value | Description |
---|
| Success | 1 |
The client operation was successful.
|
| PartialSuccess | 2 |
Partial success (at least the PIN was enabled).
|
| NotApply | 3 |
The client did not apply the policy at all.
|
| ProvisionedByThirdParty | 4 |
The client claims to have been provisioned by a third party.
|
See Also