Represents the method that will handle the ValidateMailTo event for SMTP_Server.
| C# | Visual Basic | Managed 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 )
- 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)