API Reference

Enum

OutlookTaskCommunicationKind

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

Kind of Outlook task communication represented by a message class.

Inheritance

  • Enum
  • OutlookTaskCommunicationKind

Usage

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

Accepted by parameters

Values

public const OutlookTaskCommunicationKind None #

The item is not a task communication.

Value: 0
public const OutlookTaskCommunicationKind Request #

A task assignment request.

Value: 1
public const OutlookTaskCommunicationKind Accept #

An acceptance response.

Value: 2
public const OutlookTaskCommunicationKind Decline #

A rejection response.

Value: 3
public const OutlookTaskCommunicationKind Update #

An update from an assignee.

Value: 4