Job..::..OnEmailing Method

Called when [emailing].

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

Syntax


public void OnEmailing(
	ref ReportDefinition ReportDefinition,
	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 ReportDefinition As ReportDefinition, _
	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(
	ReportDefinition^% ReportDefinition, 
	String^% AttachmentName, 
	String^% From, 
	String^% EmailTo, 
	bool^% RequestReadReceipt, 
	String^% Subject, 
	String^% CC, 
	String^% BCC, 
	String^% Message
)

Parameters

ReportDefinition
Type: JiwaFinancials.Jiwa.JiwaApplication.PrintGroup.FormReports..::..ReportDefinition%
The report definition.
AttachmentName
Type: String%
Name of the attachment.
From
Type: String%
From.
EmailTo
Type: String%
The email to.
RequestReadReceipt
Type: Boolean%
if set to true [request read receipt].
Subject
Type: String%
The subject.
CC
Type: String%
The cc.
BCC
Type: String%
The BCC.
Message
Type: String%
The message.