Click or drag to resize
ProjectTaskEmailNotificationTypeEnum Enumeration
Type of project information email.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
public enum ProjectTaskEmailNotificationTypeEnum
Members
  Member nameValueDescription
TaskOverdue0 Email containing information about task delay.
TaskCreated1 Email with information about task creation.
TaskChanged2 Information about task changed.
TaskReminder3 Email containing a user defined notification (reminder).
See Also