EwsItemBodyPlainText Property |
Namespace: MailBee.EwsMail
Plain-text body can be not available because it's either missing in the source message or it was not requested from the Exchange server. To make sure plain-text body is requested, use a method like DownloadItems(FolderId, Int32, Int32, Boolean, EwsItemParts) passing at least MailMessageBody or MailMessageRawData flag in parts parameter value.
MailBee's MailMessage class can produce plain-text from HTML. See BodyPlainText topic for details. To use MailMessage class, you'll need to get MailBeeMessage property set. For that, call a method like DownloadItems(FolderId, Int32, Int32, Boolean, EwsItemParts) passing at least MailMessageRawData flag in parts parameter value.