Hi there, am a newbie and didn't understand the following lines, could you please help out with the following code:
MailServer oServer = new MailServer("imap.emailarchitect.net",
"test@emailarchitect.net", "testpassword", ServerProtocol.Imap4 );
I do not understand what ServerProtocol there stands for, I am trying to connect to yahoo server, so what do I need to put in there?
thanks!