Click or drag to resize
MimeKit

MultipartGetEnumerator Method

Get the enumerator for the children of the Multipart.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public IEnumerator<MimeEntity> GetEnumerator()

Return Value

IEnumeratorMimeEntity
The enumerator.

Implements

IEnumerableTGetEnumerator
Exceptions
ExceptionCondition
ObjectDisposedException The Multipart has been disposed.
Remarks
Gets the enumerator for the children of the Multipart.
See Also