API Reference

Enum

OutlookTaskCommunicationMode

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

PidLidTaskMode values used by task and task-communication objects.

Inheritance

  • Enum
  • OutlookTaskCommunicationMode

Usage

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

Values

public const OutlookTaskCommunicationMode Unassigned #

The task is not assigned.

Value: 0
public const OutlookTaskCommunicationMode EmbeddedRequest #

The task is embedded in a task request.

Value: 1
public const OutlookTaskCommunicationMode Accepted #

The assignee accepted the task.

Value: 2
public const OutlookTaskCommunicationMode Rejected #

The assignee rejected the task.

Value: 3
public const OutlookTaskCommunicationMode EmbeddedUpdate #

The task is embedded in a task update.

Value: 4
public const OutlookTaskCommunicationMode AssignedToAssigner #

The task was assigned to the assigner.

Value: 5