I have a word file which has both normal text and bold text I want to send the entire text of word file to my email using UiPath, but the font styles should not get change ( bold text should remain as is)
You must use HTML tags. HTML is how email bodies are formatted.
You could open the file in Word, do a Save As, select Web page, then read the resulting file into a string variable and put it in as the body of the email.