Partager via


MimeHeaderReader.ReadNextHeader Method

The ReadNextHeader method moves to the next header.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Function ReadNextHeader As Boolean
'Usage
Dim instance As MimeHeaderReader
Dim returnValue As Boolean

returnValue = instance.ReadNextHeader()
public bool ReadNextHeader()

Return Value

Type: System.Boolean
The ReadNextHeader method returns true if there is another header to read. Otherwise, it returns false.