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.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
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