AuthCommandEventHandler Delegate

The AuthCommandEventHandler delegate represents the method that will handle the OnAuthCommand event of a class that derives 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 AuthCommandEventHandler ( _
    source As ReceiveCommandEventSource, _
    e As AuthCommandEventArgs _
)
'Usage
Dim instance As New AuthCommandEventHandler(AddressOf HandlerMethod)
public delegate void AuthCommandEventHandler(
    ReceiveCommandEventSource source,
    AuthCommandEventArgs e
)

Parameters