ProvisionRemoteWipeStatuses Enumeration |
The value indicates the success or failure of a remote wipe operation on the client.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public enum ProvisionRemoteWipeStatuses
Public Enumeration ProvisionRemoteWipeStatuses
public enum class ProvisionRemoteWipeStatuses
type ProvisionRemoteWipeStatuses
Members
| Member name | Value | Description |
---|
| Successful | 1 |
The client remote wipe operation was successful.
|
| Failed | 2 |
The remote wipe operation failed.
|
See Also