LumiSoft Mail Server User API
ValidateMailToHandler Delegate
Namespaces > LumiSoft.Net.SMTP.Server > ValidateMailToHandler
Represents the method that will handle the ValidateMailTo event for SMTP_Server.
Syntax
C#Visual BasicManaged C++
public delegate void ValidateMailToHandler (
	Object sender,
	ValidateRecipient_EventArgs e
)
Public Delegate Sub ValidateMailToHandler ( _
	sender As Object, _
	e As ValidateRecipient_EventArgs _
)
public delegate void ValidateMailToHandler (
	Object^ sender, 
	ValidateRecipient_EventArgs^ e
)
Parameters
sender (Object)
The source of the event.
e (ValidateRecipient_EventArgs)
A ValidateRecipient_EventArgs that contains the event data.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)