MapperExtensionKernelMailAfterSend 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(
IMapper sender,
MailEventArgs e
)
Public Overridable Sub MailAfterSend (
sender As IMapper,
e As MailEventArgs
)
Parameters
- sender
- Type: NetQuarry.DataIMapper
The mapper used to determine the email recipient. - e
- Type: NetQuarry.ServicesMailEventArgs
Descriptor for the email that was sent.
See Also