API Reference

Class

OutlookRecurrenceIcsExportResult

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Exported RRULE, exclusions, exceptions, and conversion evidence.

Inheritance

  • Object
  • OutlookRecurrenceIcsExportResult

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

Properties

public IcsRecurrenceRule Rule { get; } #

Portable RRULE, or null when conversion failed.

public IReadOnlyList<IcsTemporalValue> ExcludedDates { get; } #

EXDATE values for genuinely deleted occurrences.

public IReadOnlyList<OutlookRecurrenceIcsException> Exceptions { get; } #

Exception components for modified occurrences.

public OutlookRecurrenceIcsConversionReport Report { get; } #

Conversion evidence.