MimeReader.ReadFirstChildPart Method

The ReadFirstChildPart method moves to the start of the first child part within the current part.

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

Syntax

'Declaration
Public Function ReadFirstChildPart As Boolean
'Usage
Dim instance As MimeReader
Dim returnValue As Boolean

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

Return Value

Type: System.Boolean
The ReadFirstChildPart method returns true if it successfully moved to the start of the first child part. If the current part has no children, the ReadFirstChildPart method moves to the end of the current part and returns false.