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

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.2.23
Syntax
C#
public static void Send(
	int emailId
)

Parameters

emailId
Type: SystemInt32
ID of the e-mail message to send
See Also