Click or drag to resize
ProjectTaskInfoProviderSendNotificationEmailInternal Method
Send notification email to users.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
protected virtual void SendNotificationEmailInternal(
	ProjectTaskEmailNotificationTypeEnum eventType,
	ProjectTaskInfo taskInfo,
	string siteName,
	string reminderMessage
)

Parameters

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