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 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.