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