Results 1 to 6 of 6

Thread: sending html email with CDO [resolved]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member thebloke's Avatar
    Join Date
    May 2003
    Posts
    358

    Resolved sending html email with CDO [resolved]

    Guys

    I need to send a html email using cdo but I don't want to have to use something like:

    VB Code:
    1. objMail.Body = "<html><table>"
    2. 'blah blah blah

    In the past I've used something like:

    VB Code:
    1. objMail.Body = "../email.htm"

    But this was in vb6 and I can't remember how I did it!

    Any ideas?

    Cheers
    Last edited by thebloke; Oct 27th, 2005 at 03:59 AM. Reason: resolved
    The Bloke
    www.blokeinthekitchen.com
    making cooking cool for blokes

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