ApplicationExtensionBaseAfterSendMail Method |
Called after sending email and after the email is logged.
Return values are ignored, throw an exception if an error happens in the after event.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void AfterSendMail(
IAppContext sender,
ApplicationSendMailArgs e
)
Public Overridable Sub AfterSendMail (
sender As IAppContext,
e As ApplicationSendMailArgs
)
Parameters
- sender
- Type: NetQuarryIAppContext
The application context object. - e
- Type: NetQuarryApplicationSendMailArgs
Event arguments.
See Also