ApplicationExtensionBaseMailReceived Method |
Called when an email message is parsed by the SendGrid parse API.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void MailReceived(
IAppContext sender,
ApplicationSendMailArgs e
)
Public Overridable Sub MailReceived (
sender As IAppContext,
e As ApplicationSendMailArgs
)
Parameters
- sender
- Type: NetQuarryIAppContext
The application context object. - e
- Type: NetQuarryApplicationSendMailArgs
Event arguments.
See Also