Click or drag to resize

MailController Fields

The MailController type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberMailMessageProcesser
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.
Top
See Also