API Reference

Enum

OutlookMeetingRequestType

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

Protocol value describing the type of meeting request or update.

Inheritance

  • Enum
  • OutlookMeetingRequestType

Usage

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

Values

public const OutlookMeetingRequestType None #

No meeting request type was stamped.

Value: 0
public const OutlookMeetingRequestType InitialRequest #

An initial request.

Value: 1
public const OutlookMeetingRequestType FullUpdate #

A significant update such as a time or recurrence change.

Value: 65536
public const OutlookMeetingRequestType InformationalUpdate #

An informational update.

Value: 131072
public const OutlookMeetingRequestType OutOfDate #

The request is out of date.

Value: 524288
public const OutlookMeetingRequestType DelegatorCopy #

The item is a delegator copy.

Value: 1048576