RecurrencePattern.MonthOfYear property (Outlook)

Returns or sets a Long indicating which month of the year is valid for the specified recurrence pattern. Read/write.

Syntax

expression. MonthOfYear

expression A variable that represents a RecurrencePattern object.

Remarks

The value can be a number from 1 through 12. For example, setting this property to 5 and the RecurrenceType property to olRecursYearly would cause this recurrence pattern to occur every May. This property is only valid for recurrence patterns whose RecurrenceType property is set to olRecursYearly or olRecursYearNth.

See also

RecurrencePattern Object

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.