{CompanyName} FlexyGo

SysProcess..::..SendSelectedDocuments Method

Send mail with selected documents.

Namespace:  FLEXYGO
Assembly:  flxSysProcess (in flxSysProcess.dll)

Syntax


public static bool SendSelectedDocuments(
	ref ProcessManager..::..ProcessHelper Ret,
	string ObjectName,
	string ObjectId,
	string Attachments,
	string mailTo,
	string mailSubject,
	string mailBody,
	Object CC
)
Public Shared Function SendSelectedDocuments ( _
	ByRef Ret As ProcessManager..::..ProcessHelper, _
	ObjectName As String, _
	ObjectId As String, _
	Attachments As String, _
	mailTo As String, _
	mailSubject As String, _
	mailBody As String, _
	CC As Object _
) As Boolean

Parameters

Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
A process helper with return information
ObjectName
Type: String
ObjectId
Type: String
Attachments
Type: String
mailTo
Type: String
mailSubject
Type: String
mailBody
Type: String
CC
Type: Object

Return Value

a Boolean indicating completion of process