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