Read email in VBA and Forward using VBA WITH Formatting?

P

PJB

Morning All
I can read emails from outlook using code. I need to send on the received
email (with a reply) as you would from Outlook and I need to maintain the
formatting of the message (ie the body).

If I use the 'Linking' facility, the message is placed in a memo field (ie
no formatting). If I read the fields manually (vba) when I've got the
message body, whats the best way of holding / moving / managing it and
maintaining its formatting characters so that the person receiving the
re-sent mail sees it in its initial format?

I'm happy to write the message content to an external file but what type of
file would I write in order that the users could (hyperlink) to it and see
the body of the email as they would in Outlook?

In summary, I need my application to replace Outlook for receiving and
Sending emails - I've done all the work, I receive them, I send them BUT I
can't maintain the format characters within the message (eg colours, Fonts,
bold, italics and so on)

Any help GREATLY appreciated

PJB
 

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