API Reference

Enum

OutlookFollowUpStatus

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

State of an Outlook informational follow-up flag.

Inheritance

  • Enum
  • OutlookFollowUpStatus

Usage

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

Values

public const OutlookFollowUpStatus None #

The item is not flagged. Outlook represents this by omitting PidTagFlagStatus.

Value: 0
public const OutlookFollowUpStatus Complete #

The follow-up work is complete.

Value: 1
public const OutlookFollowUpStatus Flagged #

The item is flagged for follow-up.

Value: 2