API Reference

Class

OutlookRecurrenceException

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

One modified occurrence in an Outlook recurrence series.

Inheritance

  • Object
  • OutlookRecurrenceException

Usage

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

Constructors

public OutlookRecurrenceException() #

Properties

public DateTime OriginalStart { get; set; } #

Original local start used to identify the base occurrence.

public DateTime Start { get; set; } #

Replacement local start.

public DateTime End { get; set; } #

Replacement local end.

public String Subject { get; set; } #

Overridden subject.

public String Location { get; set; } #

Overridden location.

public Nullable<Int32> MeetingType { get; set; } #

Overridden meeting state flags.

public Nullable<Int32> ReminderDeltaMinutes { get; set; } #

Overridden reminder delta in minutes.

public Nullable<Boolean> ReminderIsSet { get; set; } #

Overridden reminder state.

public Nullable<Int32> BusyStatus { get; set; } #

Overridden busy status.

public Nullable<Boolean> HasAttachments { get; set; } #

Whether the exceptional item contains attachments.

public Nullable<Boolean> IsAllDay { get; set; } #

Overridden all-day subtype.

public Nullable<Int32> AppointmentColor { get; set; } #

Overridden appointment color.

public Boolean HasExceptionalBody { get; set; } #

Whether an embedded exception carries an exceptional body.