MimePart.SubtreeEnumerator Members

The MimePart.SubtreeEnumerator structure provides rich control over the enumeration of the contents of a MimePart.PartSubtree structure.

The following tables list the members exposed by the MimePart.SubtreeEnumerator type.

Public Properties

  Name Description
Bb204120.pubproperty(en-us,EXCHG.80).gif Current The Current property gets the current MimePart object in the MimePart.PartSubtree structure that belongs to this MimePart object.
Bb204120.pubproperty(en-us,EXCHG.80).gif Depth The Depth property gets the depth of the current MimePart object within the MimePart.PartSubtree structure that belongs to this MimePart object.
Bb204120.pubproperty(en-us,EXCHG.80).gif FirstVisit The FirstVisit property gets a Boolean value indicating whether or not the current MimePart is being visited for the first time.
Bb204120.pubproperty(en-us,EXCHG.80).gif LastVisit The LastVisit property gets a Boolean value indicating whether or not the current MimePart is being visited for the first time.

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb204120.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from ValueType )
Bb204120.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from ValueType )
Bb204120.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Bb204120.pubmethod(en-us,EXCHG.80).gif MoveNext The MoveNext method makes the next MimPart object in this PartSubtree structure the current one.
Bb204120.pubmethod(en-us,EXCHG.80).gifBb204120.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Bb204120.pubmethod(en-us,EXCHG.80).gif SkipChildren 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.
Bb204120.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from ValueType )

Top

Protected Methods

  Name Description
Bb204120.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Bb204120.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerator.Reset The System.Collections.IEnumerator.Reset method sets the Current to null and causes the root MimePart object to be returned by the next call to the MoveNext method.
System.IDisposable.Dispose Releases all resources used by the MimePart.SubtreeEnumerator.
System.Collections.IEnumerator.Current The System.Collections.IEnumerator.Current property gets the current MimePart object in the MimePart.PartSubtree structure that belongs to this MimePart object.

Top