OlTaskResponse Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the response to a task request.
public enum class OlTaskResponse
public enum OlTaskResponse
Public Enum OlTaskResponse
- Inheritance
-
OlTaskResponse
Fields
Name | Value | Description |
---|---|---|
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. |
olTaskAssign | 1 | Task reassigned. |
olTaskAccept | 2 | Task accepted. |
olTaskDecline | 3 | Task declined. |
Remarks
Used by the ResponseState property and as a parameter to the Respond(OlTaskResponse, Object, Object) method.