MainForm..::..OnEmailingBatch Method

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

Syntax


public void OnEmailingBatch(
	ref string EmailSubject,
	ref string EmailFrom,
	ref string EmailCC,
	ref string EmailBCC,
	ref string EmailNameToGiveAttachment,
	ref string EmailBody,
	ref Report Report,
	ref List<Debtor> Debtors
)
Public Sub OnEmailingBatch ( _
	ByRef EmailSubject As String, _
	ByRef EmailFrom As String, _
	ByRef EmailCC As String, _
	ByRef EmailBCC As String, _
	ByRef EmailNameToGiveAttachment As String, _
	ByRef EmailBody As String, _
	ByRef Report As Report, _
	ByRef Debtors As List(Of Debtor) _
)
public:
void OnEmailingBatch(
	String^% EmailSubject, 
	String^% EmailFrom, 
	String^% EmailCC, 
	String^% EmailBCC, 
	String^% EmailNameToGiveAttachment, 
	String^% EmailBody, 
	Report^% Report, 
	List<Debtor^>^% Debtors
)

Parameters

EmailSubject
Type: String%
EmailFrom
Type: String%
EmailCC
Type: String%
EmailBCC
Type: String%
EmailNameToGiveAttachment
Type: String%
EmailBody
Type: String%
Report
Type: JiwaFinancials.Jiwa.JiwaApplication.Report.Configuration..::..Report%
Debtors
Type: List<(Of <(<'Debtor>)>)>%