RecurrencePattern Object Members

Outlook Developer Reference

Represents the pattern of incidence of recurring appointments and tasks for the associated AppointmentItem and TaskItem object.

Methods

  Name Description
Bb176765.methods(en-us,office.12).gif GetOccurrence Returns a specific instance of the AppointmentItem object on the specified date.

Properties

  Name Description
Bb176765.properties(en-us,office.12).gif Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Bb176765.properties(en-us,office.12).gif Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Bb176765.properties(en-us,office.12).gif DayOfMonth Returns or sets a Long indicating the day of the month on which the recurring appointment or task occurs. Read/write.
Bb176765.properties(en-us,office.12).gif DayOfWeekMask Returns or sets an OlDaysOfWeek constant representing the mask for the days of the week on which the recurring appointment or task occurs. Read/write.
Bb176765.properties(en-us,office.12).gif Duration Returns or sets a Long indicating the duration (in minutes) of the RecurrencePattern. Read/write.
Bb176765.properties(en-us,office.12).gif EndTime Returns or sets a Date indicating the end time for a recurrence pattern. Read/write.
Bb176765.properties(en-us,office.12).gif Exceptions Returns the Exceptions collection for a specified series of recurring appointments. Read-only.
Bb176765.properties(en-us,office.12).gif Instance Returns or sets a Long specifying the count for which the recurrence pattern is valid for a given interval. Read/write.
Bb176765.properties(en-us,office.12).gif Interval Returns or sets a Long specifying the number of units of a given recurrence type between occurrences. For example, setting the Interval property to 2 and the RecurrenceType property to Weekly would cause the pattern to occur every second week. Read/write.
Bb176765.properties(en-us,office.12).gif MonthOfYear Returns or sets a Long indicating which month of the year is valid for the specified recurrence pattern. Read/write.
Bb176765.properties(en-us,office.12).gif NoEndDate Returns a Boolean value that indicates True if the recurrence pattern has no end date. Read/write.
Bb176765.properties(en-us,office.12).gif Occurrences Returns or sets a Long indicating the number of occurrences of the recurrence pattern. Read/write.
Bb176765.properties(en-us,office.12).gif Parent Returns the parent Object of the specified object. Read-only.
Bb176765.properties(en-us,office.12).gif PatternEndDate Returns or sets a Date indicating the end date for the recurrence pattern. Read/write.
Bb176765.properties(en-us,office.12).gif PatternStartDate Returns or sets a Date indicating the start date for the recurrence pattern. Read/write.
Bb176765.properties(en-us,office.12).gif RecurrenceType Returns or sets an OlRecurrenceType constant specifying the frequency of occurrences for the recurrence pattern. Read/write.
Bb176765.properties(en-us,office.12).gif Regenerate Returns a Boolean that indicates True if the task should be regenerated following this pass through the recurrence pattern. Read/write.
Bb176765.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.
Bb176765.properties(en-us,office.12).gif StartTime Returns or sets a Date indicating the start time for a recurrence pattern. Read/write.