Gets the text part as MimePart object.
A MimePart object representing the text part as a MIME part.
MimePart corresponding to the given text part provides access to those properties that are not available in TextBodyPart but accessible in MimePart only.
To get the root part of the MIME parts tree of the message, use MimePartTree property of MailMessage object. MimePartTree MIME part contains all the MIME parts of the message.
The example is available in TextBodyPartCollection topic.
TextBodyPart Class | MailBee.Mime Namespace