EndOfHeadersEventArgs.Headers Property

The Headers property gets or sets an instance of the HeaderList class that is associated with the event to which this instance of the EndOfHeadersEventArgs class was passed.

Namespace:  Microsoft.Exchange.Data.Transport.Smtp
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public Property Headers As HeaderList
    Get
    Friend Set
'Usage
Dim instance As EndOfHeadersEventArgs
Dim value As HeaderList

value = instance.Headers
public HeaderList Headers { get; internal set; }