Table of Contents

Class TaskManagerMail

Namespace
Dynamicweb.Scheduling
Assembly
Dynamicweb.Scheduling.dll
Provides functionality for sending mail notifications
[Obsolete]
public class TaskManagerMail
Inheritance
TaskManagerMail
Inherited Members

Methods

SendNotificationMail(string, string, string)

Sends mail notification
public void SendNotificationMail(string toID, string fromID, string taskID)

Parameters

toID string
Identifier of recipient
fromID string
Identifier of sender
taskID string
Task identifier
To top