Click or drag to resize
QueueSenderExecute Method
Sends all emails in a queue.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 8.2.23
Syntax
C#
public string Execute(
	TaskInfo task
)

Parameters

task
Type: CMS.SchedulerTaskInfo
Container with task information

Return Value

Type: String
Textual description of task run's failure if any.

Implements

ITaskExecute(TaskInfo)
See Also