Hello
Is there any way that I can add a text at the end in the Body Field(RichText). I am not able to implement it with the uidoc.
Any Suggestions
Thanks
Hello
Is there any way that I can add a text at the end in the Body Field(RichText). I am not able to implement it with the uidoc.
Any Suggestions
Thanks
Subject: EndInsert
I think its possible using FieldAppendText method of uidocument class.
Subject: RE: EndInsert
But fieldappendtext is placing the text whereever the cursor is. I want to place the text at the end in the body field. so that text is placed after all the existing text.
Purpose : I want to place some static text in mail memo after signatures. I am placing the static text by importing html file in it. It is placing the text correctly but not at right place. It is placing the text before the signatures.