API Reference

Enum

OutlookRecurrenceRangeKind

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

End condition of a recurrence series.

Inheritance

  • Enum
  • OutlookRecurrenceRangeKind

Usage

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

Values

public const OutlookRecurrenceRangeKind NoEnd #

The series continues without a declared end.

Value: 0
public const OutlookRecurrenceRangeKind OccurrenceCount #

The series ends after a fixed count of base occurrences.

Value: 1
public const OutlookRecurrenceRangeKind EndDate #

The series ends on a local calendar date.

Value: 2