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
Post a Comment