Enum ExchangeTaskStatus
ExchangeTaskStatus enumeration
Enumerates the task statuses.
public enum ExchangeTaskStatus
Values
Name | Value | Description |
---|---|---|
NotStarted | 0 | Specifies that the task is not started. |
Completed | 1 | Specifies that the task is completed. |
Deferred | 2 | Specifies that the task is deferred. |
InProgress | 3 | Specifies that the task is in progress. |
WaitingOnOthers | 4 | Specifies that the task is waiting on others. |
See Also
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email