Click or drag to resize
EmailHelperQueueSend Method (Int32)
Sends e-mail messages with the specified IDs.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static void Send(
	int[] emailIds
)

Parameters

emailIds
Type: SystemInt32
IDs of e-mail messages to send
See Also