Version

SubscribeToReminders Method (ScheduleDataConnectorBase)

Subscribes to reminders for the activities of the specified calendar. Note that more than one subscriber can be subscribed to a single calendar as well as multiple calendars can be subscribed to.
Syntax
'Declaration
 
Protected Friend MustOverride Sub SubscribeToReminders( _
   ByVal calendar As ResourceCalendar, _
   ByVal subscriber As ReminderSubscriber, _
   ByRef error As DataErrorInfo _
) 
protected internal abstract void SubscribeToReminders( 
   ResourceCalendar calendar,
   ReminderSubscriber subscriber,
   out DataErrorInfo error
)

Parameters

calendar
This calendars activity reminders will be deilvered to the specified subscribed.
subscriber
When a reminder is due for an activity, the subscriber's ReminderSubscriber.DeliverReminder method will be invoked.
error
If there's an error, this will be set to error information.
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