ApplicationExtensionBaseBeforeSendMail Method |
Called before sending email and before the email is logged.
Set
e.Result to
Cancel to stop sending and exit,
ContinueNoExec to skip sending.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void BeforeSendMail(
IAppContext sender,
ApplicationSendMailArgs e
)
Public Overridable Sub BeforeSendMail (
sender As IAppContext,
e As ApplicationSendMailArgs
)
Parameters
- sender
- Type: NetQuarryIAppContext
The application context object. - e
- Type: NetQuarryApplicationSendMailArgs
Event arguments.
See Also