On some messages I get this error: IMAPX222 NO Some messages could not be FETCHed (Failure)
With other messages the body is blank.
I few will have the body.
Even If I disconnect and reconnect the errors persist. I must close the app and restart to get the inbox working fully. What is wrong?
I created a refresh button that in part executes the below code, and subsequently repopulates the listview.
VB CODE:
For Each imapFolder In Client.Folders
With other messages the body is blank.
I few will have the body.
Even If I disconnect and reconnect the errors persist. I must close the app and restart to get the inbox working fully. What is wrong?
I created a refresh button that in part executes the below code, and subsequently repopulates the listview.
VB CODE:
For Each imapFolder In Client.Folders
imapFolder.Messages.Download(, MessageFetchMode.Minimal)
Next
Is this the best way to do this?