OlTaskResponse Enum

Definition

Indicates the response to a task request.

public enum class OlTaskResponse
public enum OlTaskResponse
Public Enum OlTaskResponse
Inheritance
OlTaskResponse

Fields

olTaskAccept 2

Task accepted.

olTaskAssign 1

Task reassigned.

olTaskDecline 3

Task declined.

olTaskSimple 0

Task is a simple task and cannot be accepted, declined, or assigned. This constant is not a valid parameter to the TaskItem.Respond method.

Remarks

Used by the ResponseState property and as a parameter to the Respond(OlTaskResponse, Object, Object) method.

Applies to