Click or drag to resize

StiExportServiceSendEMail Method (String, String, String)

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiExportService.SendEMail(System.String,System.String,System.String)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected void SendEMail(
	string subject,
	string body,
	string filePath
)

Parameters

subject
Type: SystemString

[Missing <param name="subject"/> documentation for "M:Stimulsoft.Report.Export.StiExportService.SendEMail(System.String,System.String,System.String)"]

body
Type: SystemString

[Missing <param name="body"/> documentation for "M:Stimulsoft.Report.Export.StiExportService.SendEMail(System.String,System.String,System.String)"]

filePath
Type: SystemString

[Missing <param name="filePath"/> documentation for "M:Stimulsoft.Report.Export.StiExportService.SendEMail(System.String,System.String,System.String)"]

See Also