| 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
)
Public Function CreateMailMessage (
subject As String,
body As String,
fromName As String,
fromEmail As String,
to As String,
cc As String,
bcc As String,
replyto As String
) As MailMessage
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:
MailMessageSee Also