Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Friends,

I have made an application which can access gmail inbox with the help of a desktop application made in C#.net 3.5.

I am able to get each single mail of gmail inbox by providing the appropriate credentials from home but when i try to run the application from office environment then an occurs that "An unresponsive time error exception occurs.".

As in our antivirus/Firewall installed in the office doesn't allows the gmail access, so in order to get my application fetch the gmail inbox mail's; I have to bypass the firewall or antivirus security.

How can i do that?

Thanks

Varun
Posted
Comments
AmitGajjar 1-Jun-12 1:02am    
also check if your company use proxy server to connect with internet ? if so, you need to update your code to support proxy server connection.
Varun Sareen 1-Jun-12 5:06am    
thanks amit..i found one solution to it. Working on it :-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900