TemplateRoutine Delegate

Represents the routine used in the template file.

Namespace:  Aspose.Email.Tools.Merging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public delegate Object TemplateRoutine(
	Object[] args
)

Parameters

args
Type: SystemObject
Arguments, which have to be processed by user-defined function.

Return Value

Type: Object
Operation result
See Also