TypedMapperExtensionTMailAfterSend Method |
Fired when mail has been successfully sent to the recipient represented by the current row in the mapper.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void MailAfterSend(
T sender,
EAPEventArgs e
)
Public Overridable Sub MailAfterSend (
sender As T,
e As EAPEventArgs
)
Parameters
- sender
- Type: T
The mapper used to determine the email recipient. - e
- Type: NetQuarryEAPEventArgs
Descriptor for the email that was sent.
See Also