CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Accessing mails through Visual Basic.

    I want to access the Mails in my Web Account, form Visual Basic. How do we do that. Is there any way of doing it. Please Help.


  2. #2
    Join Date
    May 1999
    Location
    Braine L'Alleud, Belgium
    Posts
    10

    Re: Accessing mails through Visual Basic.

    I assume that your Web email does not support the POP protocol

    I do not know a direct answer, but think that one possible way will be:
    write a control that will transfer the pages from the server to a client, then open the file and parse the files to extract the information..

    OR

    Another is to use the IE web control, to do something similar. This option is better, in the sense that you can control the elements in the web page usind VB.

    hope it helps.

    <DIV><FONT face="Times New Roman">Juan Pablo Mattenet</FONT></DIV>
    <DIV><FONT face="Times New Roman"><A href="http://wwp.icq.com/5754694"><IMG
    src="http://wwp.icq.com/scripts/online.dll?icq=5754694&img=3"></A></FONT></DIV>
    <DIV>

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