Click or drag to resize

FrontendCreateMailMessage Method

Namespace:  Dynamicweb.Forms
Assembly:  Dynamicweb.Forms (in Dynamicweb.Forms.dll) Version: 4.0.2
Syntax
public MailMessage CreateMailMessage(
	string subject,
	string body,
	string fromName,
	string fromEmail,
	string to,
	string cc,
	string bcc,
	string replyto
)

Parameters

subject
Type: SystemString
body
Type: SystemString
fromName
Type: SystemString
fromEmail
Type: SystemString
to
Type: SystemString
cc
Type: SystemString
bcc
Type: SystemString
replyto
Type: SystemString

Return Value

Type: MailMessage
See Also