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

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -