Hi,
I have an issue retrieving the plain text body from the email.
I am using the following code:
IMail email = new MailBuilder().CreateFromEmlFile(args[0]);
string body=email.GetTextFromHtml();
The body of the email contains a line with a ‘<’ character in it and this seems to be truncating the text retrieved.
I have just updated to the latest version of Mail.dll to see if it fixes the problem – but it doesn’t.