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)

No code example is currently available or this language may not be supported.

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