Outlook HTML in vb6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • allanf27
    New Member
    • Jun 2007
    • 1

    #1

    Outlook HTML in vb6

    Hello All,

    I just want to know if there is a way to read the HTML code like this
    <html> <head>
    <title>Title of page</title>
    </head><body>
    Text in here
    </body></html>

    from an Outlook HTML email.
  • tifoso
    New Member
    • Apr 2007
    • 41

    #2
    .NET makes a bit easier but in VB6 u can use a web object set it to the URL and grab the HTML from there and parse it at your own will ... keep in mind that HTML from Outlook is quite messy on their main login screen I was modifying that code and i was not pretty.

    Ciao

    Comment

    Working...