API Reference

Enum

OutlookFollowUpIcon

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

Color/icon associated with an Outlook follow-up flag.

Inheritance

  • Enum
  • OutlookFollowUpIcon

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 OutlookFollowUpIcon None #

No explicit color.

Value: 0
public const OutlookFollowUpIcon Purple #

Purple flag.

Value: 1
public const OutlookFollowUpIcon Orange #

Orange flag.

Value: 2
public const OutlookFollowUpIcon Green #

Green flag.

Value: 3
public const OutlookFollowUpIcon Yellow #

Yellow flag.

Value: 4
public const OutlookFollowUpIcon Blue #

Blue flag.

Value: 5
public const OutlookFollowUpIcon Red #

Red flag.

Value: 6