MimePart.PartSubtree members
The MimePart.PartSubtree structure encapsulates an enumerable tree of the parts of this MIME message.
Methods
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