ImapX.ImapClient imap = new ImapX.ImapClient(strServidor,intPorta);
imap.Connection();
imap.LogIn(strLogin, strSenha);
List<Folder> folders = imap.GetFolders();
foreach (Folder fd in folders)
{
string str = fd.Name;
string strp = fd.FolderPath;
fd.SubFolder;//always brings 0 folders
}
Comments: ** Comment from web user: pavel_azanov **
imap.Connection();
imap.LogIn(strLogin, strSenha);
List<Folder> folders = imap.GetFolders();
foreach (Folder fd in folders)
{
string str = fd.Name;
string strp = fd.FolderPath;
fd.SubFolder;//always brings 0 folders
}
Comments: ** Comment from web user: pavel_azanov **
Hi dinhoguitars,
just seen i received a message from you yesterday, I checked your credentials using latest code from repository (not download section) and it works fine. I uploaded the binaries for you:
https://mega.co.nz/#!81lyyIAR!JN4RgjVeGT2x4ImRuq5W3DMyfqpk65WF9CZzhcG65gE
Please use them to see if the problems you mentioned still persist.
Best regards,
Pavel Azanov