Click or drag to resize

OutputEmailDeviceSendEmail(String, String, String, Boolean, String) Method

Send an Email either through SMTP or SendGrid

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.1.0.0+4fe7975a95558d7cdf0d4c425e2c3a22827d67dd
Syntax
C#
public void SendEmail(
	string sender,
	string to,
	string subject,
	bool isHtmlBody,
	string body
)

Parameters

sender  String
 
to  String
 
subject  String
 
isHtmlBody  Boolean
 
body  String
 
See Also