OlRecurrenceType Enumeration

Specifies the recurrence pattern type.

Name

Value

Description

olRecursDaily

0

Represents a daily recurrence pattern.

olRecursMonthly

2

Represents a monthly recurrence pattern.

olRecursMonthNth

3

Represents a MonthNth recurrence pattern. See RecurrencePattern.Instance property.

olRecursWeekly

1

Represents a weekly recurrence pattern.

olRecursYearly

5

Represents a yearly recurrence pattern.

olRecursYearNth

6

Represents a YearNth recurrence pattern. See RecurrencePattern.Instance property.

Remarks

Used by the RecurrencePattern.RecurrenceType Property (Outlook) of an AppointmentItem Object (Outlook) to specify the frequency of occurrences of the appointment.