Version

EnableEmailReminders Property (ResourcePreference)

Indicates whether this Resource prefers to receive reminder notifications by electronic mail.
Syntax
'Declaration
 
Public Property EnableEmailReminders As DefaultableBoolean
public DefaultableBoolean EnableEmailReminders {get; set;}
Remarks

A WebSchedule application must separately deploy the "Reminder Web service" and "Reminder Notification by E-Mail Windows service" on an SMTP mail server in order to support delivery of reminders by electronic mail. See the documentation on these services for additional details.

Reminders sent by electronic mail do not count as being dismissed or snoozed when delivered, as an on-line reminder notification may be.

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