EmailHelper.Queue.Send Method (Int32) |
Sends an e-mail with the specified ID.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntaxpublic static void Send(
int emailId
)
Parameters
- emailId
- Type: System.Int32
ID of the e-mail message to send
See Also