c# - WPF - add userid as prefix to orignal mail while forwarding mail -


i have textbox shows content of mail body. while forwarding mail original mail body if content edited pressing key user id should appended. please let me know how should in wpf.

before sending mail

if(edits_made) // bool value indicates if changes have been made {    yourtextbox.text.insert(0, userid); } 

Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -