API Reference

Enum

OutlookRecurrenceFrequency

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

Frequency of an Outlook recurrence series.

Inheritance

  • Enum
  • OutlookRecurrenceFrequency

Usage

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

Values

public const OutlookRecurrenceFrequency Daily #

Daily.

Value: 0
public const OutlookRecurrenceFrequency Weekly #

Weekly.

Value: 1
public const OutlookRecurrenceFrequency Monthly #

Monthly.

Value: 2
public const OutlookRecurrenceFrequency Yearly #

Yearly, represented by a twelve-month period on the MAPI wire.

Value: 3