OlTaskResponse Enumeration

Indicates the response to a task request.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlTaskResponse
'Usage
Dim instance As OlTaskResponse
public enum OlTaskResponse

Members

Member name Description
olTaskSimple Task is a simple task and cannot be accepted, declined, or assigned. This constant is not a valid parameter to the TaskItem.Respond method.
olTaskAssign Task reassigned.
olTaskAccept Task accepted.
olTaskDecline Task declined.

Remarks

Used by the _TaskItem.ResponseState property and as a parameter to the _TaskItem.Respond method.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Respond to a Task Request Item