Click or drag to resize
MimeKit

MimeIterator Methods

The MimeIterator type exposes the following members.

Methods
 NameDescription
Public methodDispose Release all resources used by the MimeIterator object.
Protected methodDispose(Boolean) Release the unmanaged resources used by the MimeIterator and optionally releases the managed resources.
Public methodEquals
(Inherited from Object)
Protected methodFinalize Releases unmanaged resources and performs other cleanup operations before the MimeIterator is reclaimed by garbage collection.
(Overrides ObjectFinalize)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodCode exampleMoveNext Advance the iterator to the next depth-first entity of the tree structure.
Public methodMoveTo Advance to the entity specified by the path specifier.
Public methodReset Reset the iterator to its initial state.
Public methodToString
(Inherited from Object)
Top
See Also