Version

CheckAppointmentReminders Method

Forces a reminder check, causing the BeforeDisplayReminderDialog event to fire for any Appointment objects whose reminder is past due.
Syntax
'Declaration
 
Public Sub CheckAppointmentReminders() 
public void CheckAppointmentReminders()
Remarks

By default, an Appointment whose Appointment.Reminder is past due at the time the associated UltraCalendarInfo is initialized is not registered for reminder notifications. The CheckAppointmentReminders method causes UltraCalendarInfo to evaluate whether the BeforeDisplayReminderDialog event should be fired, based on whether there are any past due appointments at the time the method is called.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also