Looking for HTMLEditor example

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
 
M

Michael Bauer

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top