Share via


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
Bb204143.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from ValueType )
Bb204143.pubmethod(en-us,EXCHG.80).gif 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.
Bb204143.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from ValueType )
Bb204143.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Bb204143.pubmethod(en-us,EXCHG.80).gifBb204143.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Bb204143.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from ValueType )

Top

Protected Methods

  Name Description
Bb204143.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Bb204143.protmethod(en-us,EXCHG.80).gif 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