Version

ReminderEnabled Property (ActivityBase)

Specifies whether the activitiy's reminder is enabled. Default value is false.
Syntax
'Declaration
 
Public Property ReminderEnabled As Boolean
public bool ReminderEnabled {get; set;}
Remarks

If the reminder is enabled, and when it's displayed, if the user acknowledges the reminder, this property is set to false. This effectively prevents the reminder from being displayed again.

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