Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The HelpCommandEventHandler delegate represents the method that will handle the OnHelpCommand event in classes that derive from the SmtpReceiveAgent class.
Namespace:  Microsoft.Exchange.Data.Transport.Smtp
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Delegate Sub HelpCommandEventHandler ( _
    source As ReceiveCommandEventSource, _
    e As HelpCommandEventArgs _
)
'Usage
Dim instance As New HelpCommandEventHandler(AddressOf HandlerMethod)
public delegate void HelpCommandEventHandler(
    ReceiveCommandEventSource source,
    HelpCommandEventArgs e
)
Parameters
source
Type: Microsoft.Exchange.Data.Transport.Smtp.ReceiveCommandEventSourceThe source of the event.
e
Type: Microsoft.Exchange.Data.Transport.Smtp.HelpCommandEventArgsAn instance of the HelpCommandEventArgs class that contains the data for the event.