MimePart.SubtreeEnumerator.SkipChildren method
The SkipChildren method causes the next call to the MoveNext method to skip the children of the current MimePart object and move to the next available parent MimePart object.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub SkipChildren
'Usage
Dim instance As MimePart.SubtreeEnumerator
instance.SkipChildren()
public void SkipChildren()
See also
Reference
MimePart.SubtreeEnumerator structure