TaskDelegationState Enumeration

Independentsoft MSG .NET

TaskDelegationState Enumeration MSG .NET Class Library
Represents the status types of a delegated task.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public enum TaskDelegationState
public enum TaskDelegationState
Public Enumeration TaskDelegationState
Public Enumeration TaskDelegationState
Dim instance As TaskDelegationState
Dim instance As TaskDelegationState
public enum TaskDelegationState
public enum TaskDelegationState
public enum TaskDelegationState
public enum TaskDelegationState
Independentsoft.Msg.TaskDelegationState = function();
Independentsoft.Msg.TaskDelegationState.createEnum('Independentsoft.Msg.TaskDelegationState', false);
Independentsoft.Msg.TaskDelegationState = function();
Independentsoft.Msg.TaskDelegationState.createEnum('Independentsoft.Msg.TaskDelegationState', false);
Members

  Member nameValueDescription
NoMatch0 Specifies that this is not a delegated task or that the task request has been created but not sent. This is also used for a task request message, whether in the owner’s Sent Items folder or the delegate’s Inbox.
OwnNew1 Specifies that this is a new task request that has been sent, but the delegate has not yet responded to the task.
Owned2 Specifies that a task has been accepted. This value should not be in the enumeration.
Accepted3 Specifies that the task has been accepted.
Declined4 Specifies that the task has been declined.
None5 None.
See Also