Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
welcome all,

please i want someone to help me if i can use vb.net to login to gmail or yahoo account and has the session open for a time until the user signs out from the my application ..

please help,

thanks
Posted

1 solution

First you need to know how to implement SMTP or POP3 protocol using vb.net. The following link will help you..

Implement POP3 and SMTP in .NET[^]

Then you should be able to connect gmail using SMTP or POP3 using the following links

for SMTP:

http://lifehacker.com/111166/how-to-use-gmail-as-your-smtp-server[^]

For POP3:

http://techblissonline.com/gmailpop3/[^]

Similar links are available for Yahoo mail also..
 
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