API Reference

Class

OutlookRecurrenceIcsImportOptions

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Options and associated component data for importing an RRULE.

Inheritance

  • Object
  • OutlookRecurrenceIcsImportOptions

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 OutlookRecurrenceIcsImportOptions() #

Properties

public IcsTemporalValue Start { get; set; } #

Required DTSTART semantics.

public TimeSpan Duration { get; set; } #

Base occurrence duration.

public OutlookTimeZoneDefinition TimeZone { get; set; } #

Time-zone rules used when UTC exception or UNTIL values need local conversion.

public IList<IcsTemporalValue> ExcludedDates { get; } #

Direct EXDATE values.

public IList<OutlookRecurrenceIcsException> Exceptions { get; } #

Exception component data.