Manager..::..EmailReportDirect Method

Emails the report direct.

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

Syntax


public void EmailReportDirect(
	Report Report,
	string From,
	string EmailTo,
	string Subject,
	string CC,
	string BCC,
	string Message,
	string NameToGiveAttachment,
	ref string EM_Main_RecID,
	string RecordSelectionFormula,
	bool RequestReadReceipt,
	string SourceID,
	string SourceType,
	string SourceDisplayNo,
	clsSearch..::..SearchModes SourceDrillDownIndex,
	ExportFormatType ExportFormatType,
	string SY_Forms_ClassName
)
Public Sub EmailReportDirect ( _
	Report As Report, _
	From As String, _
	EmailTo As String, _
	Subject As String, _
	CC As String, _
	BCC As String, _
	Message As String, _
	NameToGiveAttachment As String, _
	ByRef EM_Main_RecID As String, _
	RecordSelectionFormula As String, _
	RequestReadReceipt As Boolean, _
	SourceID As String, _
	SourceType As String, _
	SourceDisplayNo As String, _
	SourceDrillDownIndex As clsSearch..::..SearchModes, _
	ExportFormatType As ExportFormatType, _
	SY_Forms_ClassName As String _
)
public:
void EmailReportDirect(
	Report^ Report, 
	String^ From, 
	String^ EmailTo, 
	String^ Subject, 
	String^ CC, 
	String^ BCC, 
	String^ Message, 
	String^ NameToGiveAttachment, 
	String^% EM_Main_RecID, 
	String^ RecordSelectionFormula, 
	bool^ RequestReadReceipt, 
	String^ SourceID, 
	String^ SourceType, 
	String^ SourceDisplayNo, 
	clsSearch..::..SearchModes^ SourceDrillDownIndex, 
	ExportFormatType^ ExportFormatType, 
	String^ SY_Forms_ClassName
)

Parameters

Report
Type: JiwaFinancials.Jiwa.JiwaApplication.Report.Configuration..::..Report
The report.
From
Type: String
From.
EmailTo
Type: String
The email to.
Subject
Type: String
The subject.
CC
Type: String
The cc.
BCC
Type: String
The BCC.
Message
Type: String
The message.
NameToGiveAttachment
Type: String
The name to give attachment.
EM_Main_RecID
Type: String%
The e m_ main_ record identifier.
RecordSelectionFormula
Type: String
The record selection formula.
RequestReadReceipt
Type: Boolean
if set to true [request read receipt].
SourceID
Type: String
The source identifier.
SourceType
Type: String
Type of the source.
SourceDisplayNo
Type: String
The source display no.
SourceDrillDownIndex
Type: JiwaFinancials.Jiwa.JiwaApplication.JiwaSearch..::..clsSearch..::..SearchModes
Index of the source drill down.
ExportFormatType
Type: ExportFormatType
Type of the export format.
SY_Forms_ClassName
Type: String
Name of the s y_ forms_ class.