Looking for HTMLEditor example

  • Thread starter Thread starter Chris Kinata
  • Start date Start date
C

Chris Kinata

Hi all,

I'm trying to develop a method for getting contacts from a web mailto
form. My form sends mail in a structured HTML format, and I want to move
the form items into fields in a custom Contact form I've set up.

Questions:

-- Can someone point to an example of using the HTMLEditor property
to get at the HTML in the message body?

-- How do I apply the IE (DHTML) object model to that HTML? Would I be able to
get the innerText of an element given its id property, or would I have
to iterate through a collection?

Thanks!
mvsmith
 
Am Thu, 28 Jul 2005 14:51:12 -0700 schrieb Chris Kinata:

Hi Chris,

MailItem.HtmlBody is the property you´re looking for. Then, I think, you
can use the "Microsoft HTML Object Library". Just add a reference on it
to your project.
 
Back
Top