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)
Return value
Type: System.BooleanThe 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: