Click or drag to resize
CMSNewsletterSendPageHandleSendActionResult Method
Handles result of send action. Depending on errorMessage it either shows error, otherwise redirects to confirmation URL.

Namespace: CMS.Newsletters.Web.UI
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 13.0.131
Syntax
C#
protected void HandleSendActionResult(
	string errorMessage
)

Parameters

errorMessage
Type: SystemString
Error message of send action which result to handle.
See Also