Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 925 Bytes

Outlook.OlTaskResponse.md

File metadata and controls

31 lines (22 loc) · 925 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlTaskResponse enumeration (Outlook)
vbaol11.chm3086
vbaol11.chm3086
Outlook.OlTaskResponse
7616cbdc-fc9c-abbe-fd07-ebdadc13ede2
06/08/2017
medium

OlTaskResponse enumeration (Outlook)

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).

[!includeSupport and feedback]