Click or drag to resize
ProjectTaskInfoProviderSendNotificationEmail Method (ProjectTaskEmailNotificationTypeEnum, ProjectTaskInfo, String)
Send notification email to users.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
public static void SendNotificationEmail(
	ProjectTaskEmailNotificationTypeEnum eventType,
	ProjectTaskInfo taskInfo,
	string siteName
)

Parameters

eventType
Type: CMS.ProjectManagementProjectTaskEmailNotificationTypeEnum
Event type
taskInfo
Type: CMS.ProjectManagementProjectTaskInfo
The task info
siteName
Type: SystemString
Site name
See Also