SalesQuote..::..OnEmailed Method

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesQuote
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public void OnEmailed(
	Report Report,
	string AttachmentName,
	string From,
	string EmailTo,
	bool RequestReadReceipt,
	string Subject,
	string CC,
	string BCC,
	string Message
)
Public Sub OnEmailed ( _
	Report As Report, _
	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(
	Report^ Report, 
	String^ AttachmentName, 
	String^ From, 
	String^ EmailTo, 
	bool^ RequestReadReceipt, 
	String^ Subject, 
	String^ CC, 
	String^ BCC, 
	String^ Message
)

Parameters

Report
Type: JiwaFinancials.Jiwa.JiwaApplication.Report.Configuration..::..Report
AttachmentName
Type: String
From
Type: String
EmailTo
Type: String
RequestReadReceipt
Type: Boolean
Subject
Type: String
CC
Type: String
BCC
Type: String
Message
Type: String