EmailHelper.Queue.Send Method (Int32[]) |
Sends e-mail messages with the specified IDs.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 12.0.0
Syntaxpublic static void Send(
int[] emailIds
)
Parameters
- emailIds
- Type:System.Int32[]
IDs of e-mail messages to send
See Also