Click or drag to resize

ApplicationExtensionBase.GetMailService Method

Called before the Mail Service is constructed. This happens before the BeforeSendMail event

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

Parameters

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