ApplicationExtensionBaseGetMailService Method |
Called before the Mail Service is constructed. This happens before the BeforeSendMail event
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic virtual void GetMailService(
IAppContext sender,
ApplicationSendMailArgs e
)
Public Overridable Sub GetMailService (
sender As IAppContext,
e As ApplicationSendMailArgs
)
Parameters
- sender
- Type: NetQuarryIAppContext
The application context object. - e
- Type: NetQuarryApplicationSendMailArgs
Event arguments.
See Also