| MainLibrarySendMailToRefferedGroup Method |
sends a mail to all the users of a group specified in the reference property.
Namespace:
Omada.OE.UtilityCodeAssembly.Library
Assembly:
Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntaxpublic static bool SendMailToRefferedGroup(
CodeMethodInvokeContext context,
int groupRefPropertyId,
int mailTemplateId,
bool skipReceiverErrors
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
- groupRefPropertyId
- Type: SystemInt32
Reference property Id on the target object that referes to a user group.
- mailTemplateId
- Type: SystemInt32
Mail template Id to be used while sending a mail.
- skipReceiverErrors
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also