EndOfAuthenticationEventHandler Delegate

The EndOfAuthenticationEventHandler delegate represents the method that will handle the OnEndOfAuthentication event in classes derived 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 EndOfAuthenticationEventHandler ( _
    source As EndOfAuthenticationEventSource, _
    e As EndOfAuthenticationEventArgs _
)
'Usage
Dim instance As New EndOfAuthenticationEventHandler(AddressOf HandlerMethod)
public delegate void EndOfAuthenticationEventHandler(
    EndOfAuthenticationEventSource source,
    EndOfAuthenticationEventArgs e
)

Parameters