| BodyPartMessageBody Property |
Gets the body structure of the message.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax public BodyPart Body { get; set; }
Property Value
BodyPartThe body structure.
Remarks
Gets the body structure of the message.
See Also