GetRecurrencePattern Method

Applies To

AppointmentItem object, TaskItem object.

Description

Returns a RecurrencePattern object that represents the recurrence attributes of an appointment or task. If there is no existing recurrence pattern, a new, empty RecurrencePattern object is returned.

Syntax

expression.GetRecurrencePattern

expression An expression that returns an AppointmentItem or TaskItem object.

Example

This example obtains the recurrence pattern for an appointment.

Set myPattern = myAppointment.GetRecurrencePattern