JiwaPrintReport..::..EmailReportDirect Method

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.JiwaPrintReport
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public void EmailReportDirect(
	Report Report,
	string From,
	string EmailTo,
	string Subject,
	string CC,
	string BCC,
	string Body,
	string NameToGiveAttachment,
	ref Object EM_Main_RecID,
	bool RequestReadReceipt,
	string SourceID,
	string SourceType,
	string SourceDisplayNo,
	string SourceForm,
	string RecordSelectionFormula
)
Public Sub EmailReportDirect ( _
	Report As Report, _
	From As String, _
	EmailTo As String, _
	Subject As String, _
	CC As String, _
	BCC As String, _
	Body As String, _
	NameToGiveAttachment As String, _
	ByRef EM_Main_RecID As Object, _
	RequestReadReceipt As Boolean, _
	SourceID As String, _
	SourceType As String, _
	SourceDisplayNo As String, _
	SourceForm As String, _
	RecordSelectionFormula As String _
)
public:
void EmailReportDirect(
	Report^ Report, 
	String^ From, 
	String^ EmailTo, 
	String^ Subject, 
	String^ CC, 
	String^ BCC, 
	String^ Body, 
	String^ NameToGiveAttachment, 
	Object^% EM_Main_RecID, 
	bool^ RequestReadReceipt, 
	String^ SourceID, 
	String^ SourceType, 
	String^ SourceDisplayNo, 
	String^ SourceForm, 
	String^ RecordSelectionFormula
)

Parameters

Report
Type: JiwaFinancials.Jiwa.JiwaApplication.Report.Configuration..::..Report
From
Type: String
EmailTo
Type: String
Subject
Type: String
CC
Type: String
BCC
Type: String
Body
Type: String
NameToGiveAttachment
Type: String
EM_Main_RecID
Type: Object%
RequestReadReceipt
Type: Boolean
SourceID
Type: String
SourceType
Type: String
SourceDisplayNo
Type: String
SourceForm
Type: String
RecordSelectionFormula
Type: String