Hi Pavel,
thanks for the fast response to my issue.
I have already tried that solution too.
I am using a GMail account with the IMAP Access.
Following is my code:
bool isHtml = true;
string body = mm.GetDecodedBody(out isHtml);
The email I am trying to get is an HTML one. And I always get the HTML Email for my code above and for this following code also:
bool isHtml = false;
string body = mm.GetDecodedBody(out isHtml);
Thanks.
Best Regards,
Donny
thanks for the fast response to my issue.
I have already tried that solution too.
I am using a GMail account with the IMAP Access.
Following is my code:
bool isHtml = true;
string body = mm.GetDecodedBody(out isHtml);
The email I am trying to get is an HTML one. And I always get the HTML Email for my code above and for this following code also:
bool isHtml = false;
string body = mm.GetDecodedBody(out isHtml);
Thanks.
Best Regards,
Donny