Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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