Represents the method that will handle the ValidateMailboxSize event for SMTP_Server.
| C# | Visual Basic | Managed C++ |
public delegate void ValidateMailboxSize ( Object sender, ValidateMailboxSize_EventArgs e )
Public Delegate Sub ValidateMailboxSize ( _ sender As Object, _ e As ValidateMailboxSize_EventArgs _ )
public delegate void ValidateMailboxSize ( Object^ sender, ValidateMailboxSize_EventArgs^ e )
- sender (Object)
- The source of the event.
- e (ValidateMailboxSize_EventArgs)
- A ValidateMailboxSize_EventArgs that contains the event data.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)