I connect using the following:
Pop3 client = new Pop3();
client.Connect(sEmailAccountServerIn, iPort, null, Pop3Security.Unsecure);
Sometimes the handheld will timeout in trying to connect. However if the user exits the program, goes to the internet explorer, and then comes back into the program the connection will work.
Is there a way to force or establish the connection from within the program.
Thanks
Ron