MainForm..::..POEmail Method

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

Syntax


public void POEmail(
	Report Report,
	string From,
	string EmailTo,
	string Subject,
	string CC,
	string BCC,
	string Message,
	string NameToGiveAttachment,
	ref string EM_Main_RecID,
	ref bool RequestReadReceipt,
	ref int ExportReportFormat
)
Public Sub POEmail ( _
	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, _
	ByRef RequestReadReceipt As Boolean, _
	ByRef ExportReportFormat As Integer _
)
public:
void POEmail(
	Report^ Report, 
	String^ From, 
	String^ EmailTo, 
	String^ Subject, 
	String^ CC, 
	String^ BCC, 
	String^ Message, 
	String^ NameToGiveAttachment, 
	String^% EM_Main_RecID, 
	bool^% RequestReadReceipt, 
	int^% ExportReportFormat
)

Parameters

Report
Type: JiwaFinancials.Jiwa.JiwaApplication.Report.Configuration..::..Report
From
Type: String
EmailTo
Type: String
Subject
Type: String
CC
Type: String
BCC
Type: String
Message
Type: String
NameToGiveAttachment
Type: String
EM_Main_RecID
Type: String%
RequestReadReceipt
Type: Boolean%
ExportReportFormat
Type: Int32%