EhloCommandEventHandler delegate
The EhloCommandEventHandler delegate represents the method that will handle the OnEhloCommand 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 EhloCommandEventHandler ( _
source As ReceiveCommandEventSource, _
e As EhloCommandEventArgs _
)
'Usage
Dim instance As New EhloCommandEventHandler(AddressOf HandlerMethod)
public delegate void EhloCommandEventHandler(
ReceiveCommandEventSource source,
EhloCommandEventArgs e
)
Parameters
source
Type: Microsoft.Exchange.Data.Transport.Smtp.ReceiveCommandEventSourceThe source of the event.
e
Type: Microsoft.Exchange.Data.Transport.Smtp.EhloCommandEventArgsAn instance of the EhloCommandEventArgs class that contains the event data.