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.

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