Job..::..Email Method
Emails the specified report definition.
Namespace:
JiwaFinancials.Jiwa.JiwaServiceManagerAssembly: JiwaServiceManager (in JiwaServiceManager.dll)
Syntax
public void Email( ReportDefinition ReportDefinition, string NameToGiveAttachment, string EmailFrom, string EmailTo, bool RequestReadReceipt, string Subject, string CC, string BCC, string Message, ExportFormatType ExportFormatType )
Parameters
- ReportDefinition
- Type: JiwaFinancials.Jiwa.JiwaApplication.PrintGroup.FormReports..::..ReportDefinition
The report definition.
- NameToGiveAttachment
- Type: String
The name to give attachment.
- EmailFrom
- Type: String
The email from.
- EmailTo
- Type: String
The email to.
- RequestReadReceipt
- Type: Boolean
if set to true [request read receipt].
- Subject
- Type: String
The subject.
- CC
- Type: String
The cc.
- BCC
- Type: String
The BCC.
- Message
- Type: String
The message.
- ExportFormatType
- Type: ExportFormatType
Type of the export format.
Exceptions
Exception | Condition |
---|---|
Exception | Cannot email from service manager job until changes have been saved. or You do not have sufficient priveleges to email from a service mamanger job. |