Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the ownership state of the task.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlTaskOwnership
'Usage
Dim instance As OlTaskOwnership
public enum OlTaskOwnership
Members
| Member name | Description | |
|---|---|---|
| olNewTask | Task has not yet been assigned to a user. | |
| olDelegatedTask | Task has been delegated to another user. | |
| olOwnTask | Task is assigned to the current Outlook user. |
Remarks
Used by the _TaskItem.Ownership property.