Поделиться через


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
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator() The GetEnumerator method returns an enumerator that can be used to iterate over all the MIME parts in this MimePart.PartSubtree structure.
Public method GetEnumerator(MimePart.SubtreeEnumerationOptions) The GetEnumerator method returns an enumerator that can be used to iterate over the contents of this MimePart.PartSubtree structure.
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable<MimePart>.GetEnumerator
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top