RecurrencePattern.NoEndDate property (Outlook)
Returns a Boolean value that indicates whether the recurrence pattern has no end date. Read/write.
Syntax
expression. NoEndDate
expression A variable that represents a RecurrencePattern object.
Remarks
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
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.