M
Michael Bauer
Hi @all,
I have to forward an e-mail.
<sample>
Set oFwd = oMail.Forward
Set oSafeFwd = CreateObject("redemption.safemailitem")
oSafeFwd.Item = oFwd
</sample>
After this all oSafeFwd.*Body properties are blank (of course,
oMail.Body isn´t).
Please, who could explain to me what I´ve to do?
Because I´m unable to create a mail forward in plaintext with only one
auto-signature (please see my former posting "Mailforward and
signature"), I´m trying to convert a plaintext mail into html, create
the forward, discard changes at the original mail and convert the
forward back into plaintext.
I have to forward an e-mail.
<sample>
Set oFwd = oMail.Forward
Set oSafeFwd = CreateObject("redemption.safemailitem")
oSafeFwd.Item = oFwd
</sample>
After this all oSafeFwd.*Body properties are blank (of course,
oMail.Body isn´t).
Please, who could explain to me what I´ve to do?
Because I´m unable to create a mail forward in plaintext with only one
auto-signature (please see my former posting "Mailforward and
signature"), I´m trying to convert a plaintext mail into html, create
the forward, discard changes at the original mail and convert the
forward back into plaintext.