API Reference
Class
OutlookRecurrenceExpansionOptions
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() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.