Click here to Skip to main content
15,917,618 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello to all ..
I am making an ASP.NET web application..
I am sending the mail in my application but now I also wants the user to give the facility to
access the inbox of 'gmail' and 'hotmail' in my application...It means if they save the settings of gmail then inbox of gmail should be open and if hot mail then inbox of hot mail should be open...
I am trying this since a long time...
plz help me if available with code..

thanks in advance
Posted
Updated 4-Feb-10 2:53am
v2

goldyji wrote:
I am trying this since a long time...


Where did you get stuck?


goldyji wrote:
plz help me if available with code..


You'd prolly connect to GMail using POP3[^], and to Hotmail using HttpMail[^].
 
Share this answer
 
If your requirement is to use the Gmail directly, just place one IFrame and redirect to gmail.com. If the user inputs the userid and password, you can move to the mailbox. This would be very easy.

You can use Pop3 to connect to gmail and download mails from Gmail server.

If you want to download mail from Gmail, you can use :
A POP3 Client in C# .NET[^]


:rose:
 
Share this answer
 

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