IsRecurring Property (AppointmentItem Object)

IsRecurring Property (AppointmentItem Object)

The IsRecurring property indicates whether this appointment is specified as recurring. Read-only.

Syntax

objAppointment.IsRecurring

Data Type

Boolean

Remarks

The IsRecurring property contains True if the appointment is recurring and False if it is not. IsRecurring defaults to False in a newly created AppointmentItem object.

IsRecurring is set to True when the GetRecurrencePattern method is called and to False when the ClearRecurrencePattern method is called.

Calendar folders are not supported in the public folders store provided with Microsoft® Exchange, and AppointmentItem objects are stored as Message objects. An attempt to read IsRecurring in this case returns CdoE_NO_SUPPORT.

See Also

Concepts

AppointmentItem Object