OlTaskOwnership Enum

Definition

Indicates the ownership state of the task.

public enum class OlTaskOwnership
public enum OlTaskOwnership
Public Enum OlTaskOwnership
Inheritance
OlTaskOwnership

Fields

olDelegatedTask 1

Task has been delegated to another user.

olNewTask 0

Task has not yet been assigned to a user.

olOwnTask 2

Task is assigned to the current Outlook user.

Remarks

Used by the Ownership property.

Applies to