Click or drag to resize

EmailSend Method (String, String)

Send email with address to from settings of constructor

Namespace:  SIC
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public void Send(
	string pSubject,
	string pBody
)

Parameters

pSubject
Type: SystemString

[Missing <param name="pSubject"/> documentation for "M:SIC.Email.Send(System.String,System.String)"]

pBody
Type: SystemString

[Missing <param name="pBody"/> documentation for "M:SIC.Email.Send(System.String,System.String)"]

See Also