MailMessageBodyParts Property |
Namespace: MailBee.Mime
All the MIME parts of the message (except of multipart parts which are just containers of another parts) either fall into Attachments or BodyParts collections.
If ContentType of certain MIME part starts with text/ string (for instance, it is text/plain or text/html) and this part is not attachment, this part of the message is considered to be a text part.
If you need to get the list or the hierarchy of all MIME parts of the message, use MimePartTree property.