Click or drag to resize

NotificationSendMailNotification Method

This method send a mails to refered users/user groups/identities from a reference property on the action object
Codemethod usage
Designed to be used in a process only (Yes/No) No
Action Object (data object type) any

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void SendMailNotification(
	CodeMethodInvokeContext context,
	string receiversRefPropSysName,
	string mailTemplateUId
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
receiversRefPropSysName
Type: SystemString
mailTemplateUId
Type: SystemString
Mail template GUID
See Also