Package com.stimulsoft.report.events
Class StiSendEMailEventArgs
java.lang.Object
com.stimulsoft.base.EventArgs
com.stimulsoft.report.events.StiSendEMailEventArgs
Describes an argument for the event StiSendEMailEvent.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringgetBody()Gets or sets a body of sending EMail.final StringGets or sets a file path of sending EMail.final StringGets or sets a recipient of sending EMail.final StiReportGets or sets a report of sending EMail.final StringGets or sets a subject of sending EMail.final voidfinal voidsetFilePath(String value) final voidsetRecipient(String value) final voidfinal voidsetSubject(String value)
-
Constructor Details
-
StiSendEMailEventArgs
-
-
Method Details
-
getRecipient
Gets or sets a recipient of sending EMail. -
setRecipient
-
getSubject
Gets or sets a subject of sending EMail. -
setSubject
-
getBody
Gets or sets a body of sending EMail. -
setBody
-
getFilePath
Gets or sets a file path of sending EMail. -
setFilePath
-
getReport
Gets or sets a report of sending EMail. -
setReport
-