0 votes
by (120 points)
edited

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

1 Answer

0 votes
by (15.2k points)
edited

Yes, there is a way, but you have to take care of it on your own. We described it in another post how to estabilish a gprs connection . It is the same question, but initial component is ftp, not pop3.

...