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

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