REPLY MAIL - Above orginal mail

  • Thread starter Thread starter Jithu
  • Start date Start date
J

Jithu

Hi All,

I have a code that replies to mails.... but the problem is that, the reply
mail is going as a fresh mail(contains only my message). I want to send reply
like the normal outlook reply(contains my message above senders message)..

i have declared Dim oMailItem As Outlook.mailItem
thanks in advance for your help...


Jithu
 
Please show the code that creates the message body on the reply. My guess is that you are replacing the original body, instead of prefixing it or inserting new data into it.
 
The Reply() method will show the message being replied to if Outlook is set
that way. If it's not you will need to set Outlook to include the original
message in the reply.
 
Back
Top