Click or drag to resize
MimeKit

MessageSummaryBodyParts Property

Gets the body parts of the message.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public IEnumerable<BodyPartBasic> BodyParts { get; }

Property Value

IEnumerableBodyPartBasic
The body parts.

Implements

IMessageSummaryBodyParts
Remarks

Traverses over the Body, enumerating all of the BodyPartBasic objects.

This property will only be usable if either the Body flag or the BodyStructure flag is passed to one of the Fetch or FetchAsync methods.

See Also