CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 1999
    Posts
    58

    sending email through hotmail

    is it possible for me to create an email program using VB to send email via my hotmail account without using any intermediate email software?


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: sending email through hotmail

    I doubt, that this can be done, because hotmail wants you to pass the login screen, thus you will probably be always redirected to that screen.


  3. #3
    Join Date
    Oct 1999
    Posts
    25

    Re: sending email through hotmail

    You can specify Hotmail as a mail server with OutlookExpress 5.0 and it will download your mail without going through the browser login screen. So obviously it can be done, but I don't know specifically what mail server you would specify outside of the OutlookExpress environment as that functionality is built in.

    Sky1000


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured