Click or drag to resize
MimeKit

BodyPartMessageBody Property

Gets the body structure of the message.

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

Property Value

BodyPart
The body structure.
Remarks
Gets the body structure of the message.
See Also