SalesQuote..::..Email Method

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

Syntax


public void Email(
	Report Report,
	string NameToGiveAttachment,
	string EmailFrom,
	string EmailTo,
	bool RequestReadReceipt,
	string Subject,
	string CC,
	string BCC,
	string Message,
	ExportFormatType ExportFormatType
)
Public Sub Email ( _
	Report As Report, _
	NameToGiveAttachment As String, _
	EmailFrom As String, _
	EmailTo As String, _
	RequestReadReceipt As Boolean, _
	Subject As String, _
	CC As String, _
	BCC As String, _
	Message As String, _
	ExportFormatType As ExportFormatType _
)
public:
void Email(
	Report^ Report, 
	String^ NameToGiveAttachment, 
	String^ EmailFrom, 
	String^ EmailTo, 
	bool^ RequestReadReceipt, 
	String^ Subject, 
	String^ CC, 
	String^ BCC, 
	String^ Message, 
	ExportFormatType^ ExportFormatType
)

Parameters

Report
Type: JiwaFinancials.Jiwa.JiwaApplication.Report.Configuration..::..Report
NameToGiveAttachment
Type: String
EmailFrom
Type: String
EmailTo
Type: String
RequestReadReceipt
Type: Boolean
Subject
Type: String
CC
Type: String
BCC
Type: String
Message
Type: String
ExportFormatType
Type: ExportFormatType