OlTaskResponse Enumeration

Indicates the response to a task request.

Name

Value

Description

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 TaskItem.ResponseState Property (Outlook) and as a parameter to the TaskItem.Respond Method (Outlook).