  | MimeIteratorDispose Method | 
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntax
RemarksCall 
Dispose when you are finished using the 
MimeIterator. The
            
Dispose method leaves the 
MimeIterator in an unusable state. After
            calling 
Dispose, you must release all references to the 
MimeIterator so
            the garbage collector can reclaim the memory that the 
MimeIterator was occupying.
See Also