API Reference

Enum

OutlookRecurrencePatternKind

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

Shape of a recurrence within its frequency interval.

Inheritance

  • Enum
  • OutlookRecurrencePatternKind

Usage

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

Values

public const OutlookRecurrencePatternKind Day #

Every N days.

Value: 0
public const OutlookRecurrencePatternKind Week #

Selected weekdays in every Nth week.

Value: 1
public const OutlookRecurrencePatternKind MonthDay #

A numbered day in every Nth month.

Value: 2
public const OutlookRecurrencePatternKind MonthNth #

An ordinal weekday in every Nth month.

Value: 3
public const OutlookRecurrencePatternKind MonthEnd #

The final day of every Nth month.

Value: 4