Author |
|
yanzhenbest Newbie
Joined: 19 May 2015
Online Status: Offline Posts: 8
|
Posted: 02 July 2015 at 7:29pm | IP Logged
|
|
|
imp.Connect(sHost);
imp.Login(sUser, sPswd);
imp.SelectFolder(strFolderName);
MailMessage mailMsg = imp.DownloadEntireMessage(_uid, true);
when i "imp.DownloadEntireMessage(_uid, true)" throw exception, Message is "The particular item of the response data cannot be parsed. The response string: )."
How to handle this exception?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 03 July 2015 at 4:31am | IP Logged
|
|
|
To find out what's causing that, you will need to check IMAP log. Most probably, IMAP server you use returns some output unexpected in the particular case.
Also, make sure you're using the latest DLL build.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|