Click or drag to resize
MimeKit

IMessageSummaryBody Property

Gets the body structure of the message, if available.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
BodyPart Body { get; }

Property Value

BodyPart
The body structure of the message.
Remarks

The body will be one of BodyPartText, BodyPartMessage, BodyPartBasic, or BodyPartMultipart.

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

See Also