MimePart.PartSubtree.GetEnumerator method
The GetEnumerator overloaded methods return an enumerator that can be used to iterate over all the MIME parts in this MimePart.PartSubtree structure.
Overload list
Name | Description | |
---|---|---|
GetEnumerator() | The GetEnumerator method returns an enumerator that can be used to iterate over all the MIME parts in this MimePart.PartSubtree structure. | |
GetEnumerator(MimePart.SubtreeEnumerationOptions) | The GetEnumerator method returns an enumerator that can be used to iterate over the contents of this MimePart.PartSubtree structure. |
Top