Click or drag to resize

ApplicationExtensionBase.BeforeSendMail Method

Called before sending email and before the email is logged. Set e.Result to Cancel to stop sending and exit, ContinueNoExec to skip sending.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual void BeforeSendMail(
	IAppContext sender,
	ApplicationSendMailArgs e
)

Parameters

sender
Type: NetQuarry.IAppContext
The application context object.
e
Type: NetQuarry.ApplicationSendMailArgs
Event arguments.
See Also