Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The OnEndOfHeaders event occurs when the server reaches the end of the headers for a Simple Mail Transfer Protocol (SMTP) message.
Namespace:  Microsoft.Exchange.Data.Transport.Smtp
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Protected Event OnEndOfHeaders As EndOfHeadersEventHandler
'Usage
Dim handler As EndOfHeadersEventHandler
AddHandler Me.OnEndOfHeaders, handler
protected event EndOfHeadersEventHandler OnEndOfHeaders