MimeReader::ReadNextPart method
The ReadNextPart method moves to the next part in the MIME source stream.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Return value
Type: System.BooleanThe ReadHeaders method returns true if it successfully moved to the next part. If there are no parts left to move to, the ReadHeaders method moves to the end of the MIME message and returns false.
Show: