Word, Webpage and Email

V

vbnetdev

Ok here is the situation.

user creates word document. When they click finish, the document is saved as
a webpage (htm, html) in code, I read the stream of the saved document and
post the html to the body of the email. I then delete the temporary document
created.

One thing though. The users want to be able to send images in the doucument
as well. So I am figuring I would have to loop through images in the
document, save them and attach them to the email message. Has anyone seen an
example of this being done?

Thanks for any help.
 

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