MimePart.PartSubtree Members
The MimePart.PartSubtree structure encapsulates an enumerable tree of the parts of this MIME message.
The following tables list the members exposed by the MimePart.PartSubtree type.
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from ValueType ) | |
GetEnumerator | Overloaded. The GetEnumerator overloaded methods return an enumerator that can be used to iterate over all the MIME parts in this MimePart.PartSubtree structure. | |
GetHashCode | (inherited from ValueType ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from 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.Generic.IEnumerable<MimePart>.GetEnumerator | The System.Collections.Generic.IEnumerable.GetEnumerator method returns an enumerator that can be used to iterate over the contents of this MimePart.PartSubtree structure. | |
System.Collections.IEnumerable.GetEnumerator | The System.Collections.IEnumerable.GetEnumerator method returns an enumerator that can be used to iterate over the contents of this MimePart.PartSubtree structure. |
Top