LumiSoft Mail Server User API
ValidateMailboxSize Delegate
Namespaces > LumiSoft.Net.SMTP.Server > ValidateMailboxSize
Represents the method that will handle the ValidateMailboxSize event for SMTP_Server.
Syntax
C#Visual BasicManaged 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
)
Parameters
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)