Mail..::..Send Method (String, String, String, String, List<(Of <(<'String>)>)>, List<(Of <(<'String>)>)>, List<(Of <(<'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,
	List<string> recipients,
	List<string> cc,
	List<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: List<(Of <(<'String>)>)>
The recipients.
cc
Type: List<(Of <(<'String>)>)>
The cc.
bcc
Type: List<(Of <(<'String>)>)>
The BCC.
attachments
Type: List<(Of <(<'String>)>)>
The attachments.