Version

DeliverReminder Method

Call to deliver a reminder.
Syntax
'Declaration
 
Public MustOverride Sub DeliverReminder( _
   ByVal reminderInfo As ReminderInfo _
) 
public abstract void DeliverReminder( 
   ReminderInfo reminderInfo
)

Parameters

reminderInfo
Contains information regarding the reminder.
Remarks

Note that this method should not block the caller, for example by displaying a modal dialog. Multiple reminders can be due at the same time in which case this method will be called for each of the reminders.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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