EmailHelperQueueDelete Method (Int32) |
Deletes e-mails with the specified IDs.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
Syntax public static void Delete(
int[] emailIds
)
Parameters
- emailIds
- Type: SystemInt32
IDs of e-mail messages to delete
See Also