HeloCommandEventHandler Delegate
The HeloCommandEventHandler delegate represents the method that will handle the OnHeloCommand 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 HeloCommandEventHandler ( _
source As ReceiveCommandEventSource, _
e As HeloCommandEventArgs _
)
public delegate void HeloCommandEventHandler (
ReceiveCommandEventSource source,
HeloCommandEventArgs e
)
public delegate void HeloCommandEventHandler (
ReceiveCommandEventSource^ source,
HeloCommandEventArgs^ e
)
/** @delegate */
public delegate void HeloCommandEventHandler (
ReceiveCommandEventSource source,
HeloCommandEventArgs 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 HeloCommandEventArgs class that contains the data for the event.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003