Version

EnableReminderResolved Property

Indicates whether a reminder notification will be displayed for an Activity.
Syntax
'Declaration
 
Public ReadOnly Property EnableReminderResolved As Boolean
public bool EnableReminderResolved {get;}

Property Value

True if after evaluating all reminder enablements, a reminder notification is supposed to be given; otherwise False when one or more criteria for issuing a reminder notification are not met (see the Remarks below for details).
Remarks

A reminder notification might not be displayed because: the WebScheduleInfo has turned off reminders (see EnableReminders), the Resource organizing the activity has turned off reminders, this Activity has had it's reminder disabled (see EnableReminder), the ActiveResourceName doesn't match the LoggedOnUserName on the WebScheduleInfo, or the reminder has already been dismissed (it has expired, see ActivityStatus for more information).

After a reminder has expired, it will no longer display the reminder icon next to the activity, even though EnableReminder contains a true value on the Activity (and it's checkbox will appear checked in the Edit Appointment dialog).

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