0

I am developing add-in of outlook (Not VSTO). I want to change content of mail while replying.

Currently i am facing below case :

  • I have a mail with body 'abc'
  • Now i want to change content from 'abc' to 'abcd' while replying
  • I have done that
  • But issue is : i am not getting below informations

Reply Mail Format

I am not getting 'test','from','to','sent','subject',horizontal line. I am getting only 'ABCD' instead of that.

How to get all of above.

Hille
  • 2,123
  • 22
  • 39
Smit Rathod
  • 101
  • 6

1 Answers1

1

It seems you are dealing with a new item composed, not the original one where all these properties are set (received item).

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45