API Reference

Enum

OutlookItemKind

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

Identifies the logical Outlook item represented by a document.

Inheritance

  • Enum
  • OutlookItemKind

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 OutlookItemKind Unknown #

No typed Outlook item projection is available.

Value: 0
public const OutlookItemKind Message #

E-mail message, normally IPM.Note.

Value: 1
public const OutlookItemKind Appointment #

Calendar appointment or meeting.

Value: 2
public const OutlookItemKind Contact #

Contact card.

Value: 3
public const OutlookItemKind Task #

Task item.

Value: 4
public const OutlookItemKind Journal #

Journal item.

Value: 5
public const OutlookItemKind Note #

Sticky note.

Value: 6
public const OutlookItemKind DistributionList #

Personal Outlook distribution list.

Value: 7