Hi Maria,
The following code is still not working for me:
Getting Folders and Reading Messages Recursively
http://www.aspose.com/docs/display/emailnet/Working+with+Messages+from+IMAP+Server#WorkingwithMessagesfromIMAPServer-ListingMessagesfromServer
I tried to make the the following corrections you suggested:
Aspose.Email.Imap.ImapFolderInfoCollection folderInfoColl = client.ListFolders();
foreach (Aspose.Email.Imap.ImapFolderInfo folderInfo in folderInfoColl)
Do you have a version of this code that I can use to display information in textboxes or something instead of console? Plus once I list messages, I need to be able to click and open them in a new window?
Thank you,
Faruk