MimePart.PartSubtree Members
Include Protected Members
Include Inherited Members
The MimePart.PartSubtree structure encapsulates an enumerable tree of the parts of this MIME message.
The MimePart.PartSubtree type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
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. | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<MimePart>.GetEnumerator | ||
IEnumerable.GetEnumerator |
Top