Hi,
We are having problems with the Pop3Client. Since we have upgraded to the Aspose.Network.dll version 5.4.0.0 (and also with your newer version 5.5.0.0). (The brown words are function params)
Pop3Client oClientPop;
oClientPop = new Pop3Client(cMailServer, nPort);
oClientPop.Username = cUserName;
oClientPop.Password = cPassword;
oClientPop.EnableSsl = bSSL;
oClientPop.Connect(true);
The Connect() will return error: "User command error: -ERR Command is not valid in this state. -2"
The function has worked well in the past and also works well with our ImapClient.
Please resolve asap.
Kind regard,
Jan Stolk.