Click or drag to resize

MapperExtensionKernelMailBeforeSend 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(
	IMapper sender,
	MailEventArgs e
)

Parameters

sender
Type: NetQuarry.DataIMapper
The mapper used to determine the email recipient.
e
Type: NetQuarry.ServicesMailEventArgs
Descriptor for the email to be sent.
See Also