API Reference
Class
OutlookRecurrenceException
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.
Returned or exposed by
- Property OutlookRecurrence.Exceptions
- Property OutlookRecurrenceOccurrence.Exception
Constructors
public OutlookRecurrenceException() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.