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 _
)
public delegate void EndOfAuthenticationEventHandler (
EndOfAuthenticationEventSource source,
EndOfAuthenticationEventArgs e
)
public delegate void EndOfAuthenticationEventHandler (
EndOfAuthenticationEventSource^ source,
EndOfAuthenticationEventArgs^ e
)
/** @delegate */
public delegate void EndOfAuthenticationEventHandler (
EndOfAuthenticationEventSource source,
EndOfAuthenticationEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- source
The source of the event.
- e
An instance of the EndOfAuthenticationEventArgs class that contains the event data.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003