Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.11 KB

Outlook.RecurrencePattern.Instance.md

File metadata and controls

36 lines (21 loc) · 1.11 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
RecurrencePattern.Instance property (Outlook)
vbaol11.chm278
vbaol11.chm278
Outlook.RecurrencePattern.Instance
3458aeff-97b7-02f8-e352-203ecc92dedd
06/08/2017
medium

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

RecurrencePattern Object

[!includeSupport and feedback]