Mail..::..Send Method (String, String, String, String, String, String, String, List<(Of <(<'String>)>)>)

Sends the specified subject.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static void Send(
	string subject,
	string body,
	string from,
	string fromTitle,
	string recipients,
	string cc,
	string bcc,
	List<string> attachments
)

Parameters

subject
Type: String
The subject.
body
Type: String
The body.
from
Type: String
From.
fromTitle
Type: String
From title.
recipients
Type: String
The recipients.
cc
Type: String
The cc.
bcc
Type: String
The BCC.
attachments
Type: List<(Of <(<'String>)>)>
The attachments.