SalesOrder..::..OnEmailed Method

Called when [emailed].

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  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
)
Public Sub OnEmailed ( _
	Report As SalesOrderReport, _
	AttachmentName As String, _
	From As String, _
	EmailTo As String, _
	RequestReadReceipt As Boolean, _
	Subject As String, _
	CC As String, _
	BCC As String, _
	Message As String _
)
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.