Link to home
Start Free TrialLog in
Avatar of beauvoir2
beauvoir2

asked on

Connections

Hi, im writing a program that will check your e-mails...... how do i log-in? E.g log-in to Hotmail?
Avatar of IeuanJ
IeuanJ

I'd imagine that you can't do that officially for free.  it used to be easy as you could pass the email and password through a URL to login.something (dll i think).  But they removed that about 8 months ago, now you need to send the pasword (& possibly username) encrypted, which will mean probably purchasing the key from microsft.

You can collect POP3 based email from VB though.
Just use a MAPI client, either the standard VB object or a third party one.
Check this one: http://www.freevbcode.com/ShowCode.Asp?ID=109
The example shown is ASP, but should work just as well from VB.

Regards

bukko
beauvoir2:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
Experts: Post your closing recommendations!  Who deserves points here?
Avatar of DanRollins
beauvoir2, an EE Moderator will handle this for you.
Moderator, my recommended disposition is:

    Save as PAQ -- No Refund.

DanRollins -- EE database cleanup volunteer
ASKER CERTIFIED SOLUTION
Avatar of Mindphaser
Mindphaser

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial