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.
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.