Click or drag to resize
IFormProviderSendEmails Method
Sends notification and autoresponder emails if the form is configured to do so.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
void SendEmails(
	BizFormInfo bizFormInfo,
	BizFormItem bizFormItem,
	IEnumerable<string> fileUploadFieldNames = null
)

Parameters

bizFormInfo
Type: CMS.OnlineFormsBizFormInfo
Online form for which an emails are to be send
bizFormItem
Type: CMS.OnlineFormsBizFormItem
Form's submited data which can be included within sent emails
fileUploadFieldNames (Optional)
Type: System.Collections.GenericIEnumerableString
Names of fields containing file uploads to be included as attachments.
See Also