API Reference

Class

OutlookRecurrenceExpansionOptions

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Safety bounds and local-time window for recurrence expansion.

Inheritance

  • Object
  • OutlookRecurrenceExpansionOptions

Usage

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

Accepted by parameters

Constructors

public OutlookRecurrenceExpansionOptions() #

Properties

public Nullable<DateTime> WindowStart { get; set; } #

Inclusive local-clock window start.

public Nullable<DateTime> WindowEnd { get; set; } #

Exclusive local-clock window end.

public Int32 MaxOccurrences { get; set; } #

Maximum number of returned occurrences.

public Int32 MaxCandidateDays { get; set; } #

Maximum number of local calendar dates inspected.