Returns or sets the frequency of occurrences for the recurrence pattern. Can be one of the following OlRecurrenceType constants: olRecursDaily(0), olRecursWeekly(1), olRecursMonthly(2), olRecursMonthNth(3), olRecursYearly(5), or olRecursYearNth(6). Use the Interval property to specify the number of units of a given recurrence type between occurrences in the pattern.
Read/write Long.
Syntax
objRecurrencePattern.RecurrenceType
objRecurrencePattern Required. An expression that returns a RecurrencePattern object.