MimeReader.ReadHeaders method
The ReadHeaders method moves to the beginning of the current part, which allows for the reading of the headers for the current part.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub ReadHeaders
'Usage
Dim instance As MimeReader
instance.ReadHeaders()
public void ReadHeaders()