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