Enum AsyncCommandResults
AsyncCommandResults enumeration
The result of asynchronous command.
public enum AsyncCommandResults
Values
Name | Value | Description |
---|---|---|
Undefined | 0 | Undefined result. |
Successfully | 1 | Successfully result. |
Failed | 2 | Failed result. |
Cancelled | 3 | The command is Cancelled. |
See Also
- namespace Aspose.Email.Clients
- assembly Aspose.Email