Click or drag to resize

Email Constructor (SMTP)

Create Email object with SMTP settings parameter

Namespace:  SIC
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public Email(
	SMTP pSettingSMTP
)

Parameters

pSettingSMTP
Type: SIC.SettingSMTP
e.g.
var lEmail = new SIC.Email(SOWIApp.Management.Data.Settings.Mail.SettingSMTP);
See Also