EndOfHeadersEventHandler delegate
The EndOfHeadersEventHandler delegate represents the method that will handle the OnEndOfHeaders event in 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 EndOfHeadersEventHandler ( _
source As ReceiveMessageEventSource, _
e As EndOfHeadersEventArgs _
)
'Usage
Dim instance As New EndOfHeadersEventHandler(AddressOf HandlerMethod)
public delegate void EndOfHeadersEventHandler(
ReceiveMessageEventSource source,
EndOfHeadersEventArgs e
)
Parameters
source
Type: Microsoft.Exchange.Data.Transport.Smtp.ReceiveMessageEventSourceThe source of the event.
e
Type: Microsoft.Exchange.Data.Transport.Smtp.EndOfHeadersEventArgsAn instance of the EndOfHeadersEventArgs class that contains the event data.