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 | |
---|---|---|
Current | The Current property gets the current MimePart object in the MimePart.PartSubtree structure that belongs to this MimePart object. | |
Depth | The Depth property gets the depth of the current MimePart object within the MimePart.PartSubtree structure that belongs to this MimePart object. | |
FirstVisit | The FirstVisit property gets a Boolean value indicating whether or not the current MimePart is being visited for the first time. | |
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 | |
---|---|---|
Equals | Overloaded. (inherited from ValueType ) | |
GetHashCode | (inherited from ValueType ) | |
GetType | (inherited from Object ) | |
MoveNext | The MoveNext method makes the next MimPart object in this PartSubtree structure the current one. | |
ReferenceEquals | (inherited from Object ) | |
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. | |
ToString | (inherited from ValueType ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
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