API Reference

Enum

OutlookTaskHistoryKind

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

PidLidTaskHistory values describing the latest task lifecycle transition.

Inheritance

  • Enum
  • OutlookTaskHistoryKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const OutlookTaskHistoryKind None #

No change.

Value: 0
public const OutlookTaskHistoryKind Accepted #

The assignee accepted the task.

Value: 1
public const OutlookTaskHistoryKind Rejected #

The assignee rejected the task.

Value: 2
public const OutlookTaskHistoryKind Updated #

A task property changed.

Value: 3
public const OutlookTaskHistoryKind DueDateChanged #

The due date changed.

Value: 4
public const OutlookTaskHistoryKind Assigned #

The task was assigned.

Value: 5