ReminderSet Property (AppointmentItem Object)

ReminderSet Property (AppointmentItem Object)

The ReminderSet property indicates whether this messaging user is to be reminded of this appointment. Read/write.

Syntax

objAppointment.ReminderSet

Data Type

Boolean

Remarks

The ReminderSet property contains True if a reminder has been set for this appointment and False otherwise. ReminderSet defaults to True in a newly created AppointmentItem object.

The ReminderMinutesBeforeStart property is not enabled unless the ReminderSet property contains True.

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 or write ReminderSet in this case returns CdoE_NO_SUPPORT.

Changes you make to properties on an AppointmentItem object take effect when you call the Send or Update method.

See Also

Concepts

AppointmentItem Object