Version

EnableReminders Property (WebScheduleInfo)

Determines whether reminder notifications for the ActiveResource are enabled by default.
Syntax
'Declaration
 
Public Property EnableReminders As Boolean
public bool EnableReminders {get; set;}

Property Value

Whether reminder notifications are enabled on this WebScheduleInfo (and any views attached to it); the default value is True (reminders are enabled.)
Remarks

Determines whether the reminder dialog should pop-up for the end user when their name matches the LoggedOnUserName and an activity (with a reminder enabled on it) is about to start (or has already started.) To shut off all reminders developers only need to set EnableReminders to False.

Reminders can also be turned off for an individual Resource by locating the Resource in the VisibleResources collection and setting it's EnableReminders property to False.

Reminders can also be disabled on individual Activity instances. Developers can set the EnableReminder property to False. When an activity has a reminder pending it renders the icon of a ringing bell (although this image is customizable.)

Requirements

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