EmailQueueManagerResendEmail Method |
Sends specified e-mail, successfully sent e-mail is deleted from the queue, failed e-mail is updated with ErrorMessage information.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public static bool ResendEmail(
int emailId
)
Parameters
- emailId
- Type: SystemInt32
ID of e-mail to send
Return Value
Type:
BooleanReturns true if e-mail has been successfully send
See Also