TypedMapperExtensionTMailBeforeSend Method |
Fired when mail is about to be 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 MailBeforeSend(
T sender,
EAPEventArgs e
)
Public Overridable Sub MailBeforeSend (
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 to be sent.
See Also