{CompanyName} FlexyGo

CronProcesses..::..BuildMailAndNotices Method

Builds notices and emails based on Notices_sentence table.

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

Syntax


public static bool BuildMailAndNotices(
	IEntity Entity,
	ref ProcessManager..::..ProcessHelper Ret
)
Public Shared Function BuildMailAndNotices ( _
	Entity As IEntity, _
	ByRef Ret As ProcessManager..::..ProcessHelper _
) As Boolean

Parameters

Entity
Type: FLEXYGO.Objects..::..IEntity
The collection of SQLSentences
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
The process helper.

Return Value

true if worked, false otherwise.