Click or drag to resize

MailControllerMailMessageProcesser Field

MailMessageProcesser allows delgation of additional Mail formatting and Validation of whether the mail should be skipped. The delegation is: - Done from the two main mail functions SendMail and SendEventMail. - Performed just before sending the email and allows for additional formatting or skipping og mails. Returning false from this delegate will skip mail sending.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static MailMessageProcesserDelegate MailMessageProcesser

Field Value

Type: MailMessageProcesserDelegate
See Also