B
Bingo
I need to forward emails to a specific email account but
still keep the original subject and message body.
I use Redeption SafeMailItem to get the RTFbody from the
original mail item and pass it on to the new mail item
(OriginalMailItem.Forward). Then I send out the mail
item. On the other side, once I got the forwarded
emails, I run an VB app to on those mail items. If the
mail is in RTF format with embedded OLE objects,
oMapiMailItem.ReplyAll and
oMapiMailItem.Forward both are working correctly.
But if the mail has no message body or just plain text in
the body, the above two commands failed and VB generates
an Unknown error.
I tried to send email from Redemption SafeMailItem and
Outlook MailItem after applying the RTFbody and both have
the same problem with RTF formatted emails--with either
no message body or plain text body.
What's the work-around? Thanks.
still keep the original subject and message body.
I use Redeption SafeMailItem to get the RTFbody from the
original mail item and pass it on to the new mail item
(OriginalMailItem.Forward). Then I send out the mail
item. On the other side, once I got the forwarded
emails, I run an VB app to on those mail items. If the
mail is in RTF format with embedded OLE objects,
oMapiMailItem.ReplyAll and
oMapiMailItem.Forward both are working correctly.
But if the mail has no message body or just plain text in
the body, the above two commands failed and VB generates
an Unknown error.
I tried to send email from Redemption SafeMailItem and
Outlook MailItem after applying the RTFbody and both have
the same problem with RTF formatted emails--with either
no message body or plain text body.
What's the work-around? Thanks.