Click or drag to resize

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
)

Parameters

sender
Type: T
The mapper used to determine the email recipient.
e
Type: NetQuarryEAPEventArgs
Descriptor for the email to be sent.
See Also