SalesQuote..::..OnEmailing Method

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

Syntax


public void OnEmailing(
	ref Report Report,
	ref string AttachmentName,
	ref string From,
	ref string EmailTo,
	ref bool RequestReadReceipt,
	ref string Subject,
	ref string CC,
	ref string BCC,
	ref string Message
)
Public Sub OnEmailing ( _
	ByRef Report As Report, _
	ByRef AttachmentName As String, _
	ByRef From As String, _
	ByRef EmailTo As String, _
	ByRef RequestReadReceipt As Boolean, _
	ByRef Subject As String, _
	ByRef CC As String, _
	ByRef BCC As String, _
	ByRef Message As String _
)
public:
void OnEmailing(
	Report^% Report, 
	String^% AttachmentName, 
	String^% From, 
	String^% EmailTo, 
	bool^% RequestReadReceipt, 
	String^% Subject, 
	String^% CC, 
	String^% BCC, 
	String^% Message
)

Parameters

Report
Type: JiwaFinancials.Jiwa.JiwaApplication.Report.Configuration..::..Report%
AttachmentName
Type: String%
From
Type: String%
EmailTo
Type: String%
RequestReadReceipt
Type: Boolean%
Subject
Type: String%
CC
Type: String%
BCC
Type: String%
Message
Type: String%