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
source
Type: Microsoft.Exchange.Data.Transport.Smtp.EndOfAuthenticationEventSourceThe source of the event.
e
Type: Microsoft.Exchange.Data.Transport.Smtp.EndOfAuthenticationEventArgsAn instance of the EndOfAuthenticationEventArgs class that contains the event data.