Ownership Property

See Also                  Applies To

Returns the ownership state of the task. Can be one of the following OlTaskOwnership constants: olDelegatedTask(1), olNewTask(0), or olOwnTask(2).

Read-only Long.

Syntax

objTaskItem.Ownership

objTaskItem    Required. An expression that returns a TaskItem object.