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 HeaderReader property gets a MimeHeaderReader structure that returns information about the headers in this MimeReader object.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property HeaderReader As MimeHeaderReader
Get
'Usage
Dim instance As MimeReader
Dim value As MimeHeaderReader
value = instance.HeaderReader
public MimeHeaderReader HeaderReader { get; }
Property value
Type: Microsoft.Exchange.Data.Mime.MimeHeaderReader