API Reference
Class
OutlookRecurrenceExpansionResult
Bounded recurrence expansion result.
Inheritance
- Object
- OutlookRecurrenceExpansionResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<OutlookRecurrenceOccurrence> Occurrences { get; } #Occurrences inside the requested local-time window.
public Int32 CandidateDaysInspected { get; } #Number of calendar dates inspected.
public Boolean Truncated { get; } #Whether a configured safety bound stopped expansion.
public String TruncationReason { get; } #Human-readable safety bound that stopped expansion.