B
Bingo
I've an email in RTF format. The oMapiMail is the object
for this email. I then create another oMapiMailNew =
oMapiMail.Forward. Since I want to have the same body in
oMapiMailNew as that in oMapiMail, I create a
SafeMailItem, oRdpMail for oMapiMail and another one,
oRdpMailNew for oMapiMailNew. I copy the RTFBody from
oRdpMail to oRdpMailNew, oRdpMailNew.RTFBody =
oRdpMail.RTFBody. Then I do oRdpMailNew.Send. But the
email I got still has the --- Original Message ---
section in it. How do I copy the RTFBody correctly?
Thanks.
for this email. I then create another oMapiMailNew =
oMapiMail.Forward. Since I want to have the same body in
oMapiMailNew as that in oMapiMail, I create a
SafeMailItem, oRdpMail for oMapiMail and another one,
oRdpMailNew for oMapiMailNew. I copy the RTFBody from
oRdpMail to oRdpMailNew, oRdpMailNew.RTFBody =
oRdpMail.RTFBody. Then I do oRdpMailNew.Send. But the
email I got still has the --- Original Message ---
section in it. How do I copy the RTFBody correctly?
Thanks.