Hi,
I'm able to login using the following code but when I call GetAll no messages return. If I use Outlook (with the settings below) to connect I'm able to see messages. I'm trying to match up MDN messages.
My Code:
pop3.ConnectSSL(_server);
pop3.UseBestLogin(_user, _password);
List<string> uidList = pop3.GetAll(); // Returns 0 messages.
Outlook Settings:
Incoming Server POP3: 995
Checked: This server requires an ecrypted connection (SSL)
Outgoing server (SMTP): 587
TLS: Use the floowing type of encryption connection
Delivery:
Unchecked: Leave a copy of messages on the server
thank you,
bill