ResponseState Property

See Also                  Applies To

Returns or sets the overall status of the response to the task request. Can be one of the following OlTaskResponse constants: olTaskAccept(2), olTaskAssign(1), olTaskDecline(3), or olTaskSimple(0).

Read-only Long.

Syntax

objTaskItem.ResponseState

objTaskItem   Required. An expression that returns a TaskItem object.