IsRecurring Property

Microsoft Outlook Visual Basic

True if the appointment or task is a recurring appointment or task. When the GetRecurrencePattern method is used with an AppointmentItem or TaskItem object, this property is set to True. Read-only Boolean.

expression.IsRecurring

expression    Required. An expression that returns a TaskItem or an AppointmentItem object.