SalesOrder..::..OnEmailed Method
Called when [emailed].
Namespace:
JiwaFinancials.Jiwa.JiwaSales.SalesOrderAssembly: JiwaSales (in JiwaSales.dll)
Syntax
public void OnEmailed( SalesOrderReport Report, string AttachmentName, string From, string EmailTo, bool RequestReadReceipt, string Subject, string CC, string BCC, string Message )
Parameters
- Report
- Type: JiwaFinancials.Jiwa.JiwaApplication.PrintGroup.SalesOrderReports..::..SalesOrderReport
The report.
- AttachmentName
- Type: String
Name of the attachment.
- From
- Type: String
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.