Add a string to an email

C

Constantine

I am a total newbie to programming in Outlook. I've done Excel & Word
VBA stuff, but not Outlook.

I want to create the electronic equivalent to a rubber Approval stamp.

How can I add either a string or a signature to an email that I have
received?

I attempted to use code that used "objItem.Body = strApproval &
objItem.Body" but I lost all formatting of the original email.

Can someone point me in the right direction, please.

Thank you.
 
C

Constantine

Thanks, but I already tried to modify that very same macro. My
problem is that it looses the formatting of the original email.

I'll continue exploring code sites, but I'm definately open to any
pointers.

Would adding a JPEG file be any easier?
 
M

Malcolm

I am a total newbie to programming in Outlook. I've done Excel & Word
VBA stuff, but not Outlook.

I want to create the electronic equivalent to a rubber Approval stamp.

How can I add either a string or a signature to an email that I have
received?

I attempted to use code that used "objItem.Body = strApproval &
objItem.Body" but I lost all formatting of the original email.

Can someone point me in the right direction, please.

Thank you.

All about adding strings to emails here:

http://www.321books.co.uk/ebooks/outlook-vba-tutorial.htm

Also provides a quick newbie introduction to Outlook VBA
 
Top