htmlbody and embedded images

J

Jerry

Hello,

I am having a problem with my custom form and getting the htmlbody int
the standard "IPM.Note" form

I have a custom form that people will write their email into.
IPM.Note.xxx. They are allowed to embedded images, attachments, etc.
The problem comes when I try to 'convert' the custom form to a standar
email (IPM.Note) for emailing.

I basically tried the following to copy the existing form into
standard form and mail it, but after the "copy" command, I cannot ge
the form to look like a normal IPM.Note even though the message clas
reads IPM.Note.

'currentitem is custom IPM.Note.xxx form
Set objEmail = objInsp.CurrentItem.Copy
objEmail.messageclass = "IPM.Note"
objEmail.save or .send

I have Redemption in case anyone knows a work around using it.

Please help,

Thanks in advance,
Jerr
 

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