Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.42 KB

Outlook.RecurrencePattern.Occurrences.md

File metadata and controls

36 lines (21 loc) · 1.42 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
RecurrencePattern.Occurrences property (Outlook)
vbaol11.chm282
vbaol11.chm282
Outlook.RecurrencePattern.Occurrences
a99a8a1c-dcd3-e96d-6091-0a005ca3b05f
06/08/2017
medium

RecurrencePattern.Occurrences property (Outlook)

Returns or sets a Long indicating the number of occurrences of the recurrence pattern. Read/write.

Syntax

expression. Occurrences

expression A variable that represents a RecurrencePattern object.

Remarks

This property allows the definition of a recurrence pattern that is only valid for the specified number of subsequent occurrences. For example, you can set this property to 10 for a formal training course that will be held on the next ten Thursday evenings. This property must be coordinated with other properties when setting up a recurrence pattern. If the PatternEndDate property or the Occurrences property is set, the pattern is considered to be finite and the NoEndDate property is False. If neither PatternEndDate nor Occurrences is set, the pattern is considered infinite and NoEndDate is True.

See also

RecurrencePattern Object

[!includeSupport and feedback]