Doubt regarding "Displaying Email Information on screen"

I can’t seem to use the HtmlBody or the TextBody and show me error : “ImapMessageInfo doesn’t include this in the library.” Then how do i extract out the email content?


This message was posted using Page2Forum from Displaying Email Information on screen - Aspose.Network for .NET

Hi,

Thank you for inquiry.

Please call ImapClient.FetchMessage() method. It will return instance of MailMessage. You may then extract properties like HtmlBody etc.

Please visit http://www.aspose.com/documentation/.net-components/aspose.network-for-.net/fetch-messages-from-imap-server-and-save-to-disk.html for details (Saving Messages from IMAP Server in MSG Format).