Version

UnsubscribeFromReminders Method (ScheduleDataConnectorBase)

Unsubscribes from activity reminders of the specified calendar. If the specified subscriber hadn't been subscribed previously then this method will take no action.
Syntax
'Declaration
 
Protected Friend MustOverride Sub UnsubscribeFromReminders( _
   ByVal calendar As ResourceCalendar, _
   ByVal subscriber As ReminderSubscriber _
) 
protected internal abstract void UnsubscribeFromReminders( 
   ResourceCalendar calendar,
   ReminderSubscriber subscriber
)

Parameters

calendar
The calendar's activity reminders to unsubscribe from.
subscriber
Subscriber instance.
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