OlTaskOwnership 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 ownership state of the task.
public enum class OlTaskOwnership
public enum OlTaskOwnership
Public Enum OlTaskOwnership
- Inheritance
-
OlTaskOwnership
Fields
Name | Value | Description |
---|---|---|
olNewTask | 0 | Task has not yet been assigned to a user. |
olDelegatedTask | 1 | Task has been delegated to another user. |
olOwnTask | 2 | Task is assigned to the current Outlook user. |
Remarks
Used by the Ownership property.