Click or drag to resize

EmailSend Method (String, String, String, String, ListAttachment)

Send email with parameter address from and to, subject (email title) and body (email text) and optional email attachments

Namespace:  SIC
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public void Send(
	string pAddressFrom,
	string pAddressTo,
	string pSubject,
	string pBody,
	List<Attachment> pAttachments = null
)

Parameters

pAddressFrom
Type: SystemString
Sender email address
pAddressTo
Type: SystemString
Recipient email address
pSubject
Type: SystemString
Email title
pBody
Type: SystemString
Email content
pAttachments (Optional)
Type: System.Collections.GenericListAttachment
A list of Attachment
See Also