Click or drag to resize
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.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static bool ResendEmail(
	int emailId
)

Parameters

emailId
Type: SystemInt32
ID of e-mail to send

Return Value

Type: Boolean
Returns true if e-mail has been successfully send
See Also