RecurrencePattern.Instance property (Outlook)
Returns or sets a Long specifying the count for which the recurrence pattern is valid for a given interval. Read/write.
Syntax
expression. Instance
expression A variable that represents a RecurrencePattern object.
Remarks
This property is only valid for recurrences of the olRecursMonthNth and olRecursYearNth type and allows the definition of a recurrence pattern that is only valid for the Nth occurrence, such as "the 2nd Sunday in March" pattern. The count is set numerically: 1 for the first, 2 for the second, and so on through 5 for the last. Values greater than 5 will generate errors when the pattern is saved.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.