Click or drag to resize

MainSendMailToRefferedGroup Method

Sends a mail to all the users of a group specified in the reference property.
Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool SendMailToRefferedGroup(
	CodeMethodInvokeContext context,
	string GroupRefPropertySysName,
	string mailTemplateGUID,
	bool skipReceiverErrors
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
GroupRefPropertySysName
Type: SystemString
Reference property system name on the target object that refers to a user group.
mailTemplateGUID
Type: SystemString
Mail template UId to be used while sending a mail.
skipReceiverErrors
Type: SystemBoolean

Return Value

Type: Boolean
See Also