LumiSoft Mail Server User API
ValidateMailTo Event
Namespaces > LumiSoft.Net.SMTP.Server > SMTP_Server > ValidateMailTo
Occurs when server needs to validate recipient.
Syntax
C#Visual BasicManaged C++
public event ValidateMailToHandler ValidateMailTo
Public Event ValidateMailTo As ValidateMailToHandler
public:
 event ValidateMailToHandler^ ValidateMailTo {
	void add (ValidateMailToHandler^ value);
	void remove (ValidateMailToHandler^ value);
}

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