Click or drag to resize
MimeKit

BodyPartCollectionGetEnumerator Method

Get the body part enumerator.

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

Return Value

IEnumeratorBodyPart
The enumerator.

Implements

IEnumerableTGetEnumerator
Remarks
Gets the body part enumerator.
See Also