Results 1 to 3 of 3

Thread: [RESOLVED] Sending HTML mail from Treeview List and saving them as... (image?)

  1. #1

    Thread Starter
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Resolved [RESOLVED] Sending HTML mail from Treeview List and saving them as... (image?)

    Hi there. Been a while.

    I'm importing an Excel-file into a treeview. Below the treeview I've created an HTML (no asp.net) page which loads values from a Row when clicked on the treeview. Means that the HTML-part is ready and working great.
    How do I send an e-mail to each person in the treeview and save the html (as image?....) that has been send.

    Any ideas, suggestions? I'm completely stuck. (I'm seriously out of ideas. Just sitting here with hands in hair)


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Sending HTML mail from Treeview List and saving them as... (image?)

    Loop through the nodes... create an email... set the email format type to html format... grab the email - NOT an image of it... but the HTML itself... add the HTML as the HTMLBody of the email... send it... repeat with next node in the list...

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Re: Sending HTML mail from Treeview List and saving them as... (image?)

    Hi Tech. Thanks for the tips. Besides saving the file, which I can in a new thread, everything works.


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

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