API Reference

Enum

OutlookMeetingCommunicationKind

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

Kind of Outlook meeting communication represented by a message class.

Inheritance

  • Enum
  • OutlookMeetingCommunicationKind

Usage

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

Values

public const OutlookMeetingCommunicationKind None #

The item is not a meeting communication.

Value: 0
public const OutlookMeetingCommunicationKind RequestOrUpdate #

A meeting request or update.

Value: 1
public const OutlookMeetingCommunicationKind Cancellation #

A meeting cancellation.

Value: 2
public const OutlookMeetingCommunicationKind ResponseAccepted #

An accepted response.

Value: 3
public const OutlookMeetingCommunicationKind ResponseTentative #

A tentative response.

Value: 4
public const OutlookMeetingCommunicationKind ResponseDeclined #

A declined response.

Value: 5
public const OutlookMeetingCommunicationKind ForwardNotification #

A meeting-forward notification.

Value: 6