Hi Madhuraj,
I’m trying to send email with mail body as per below using send outlook mail message
Dear Vinay,
Your ID 80000237 has been created In WF And password Is ab@cd
Regards
Vinay Kumar
P2P WorkFlow
Mob 1234
EBEX
But getting out put
DearVinay,
Your ID80000237has been created In WF And password Is ab@cd
Regards
Vinay Kumar
P2P WorkFlow
Mob 1234
EBEX
Used code, please support i want space after Dear and after to string.
“Dear” +row (0).ToString+“,” +Environment.NewLine+“”+Environment.NewLine+
“Your ID”+row(2).ToString+“has been created In WF And password Is ab@cd”+Environment.NewLine+“”+Environment.NewLine+“Regards”+Environment.NewLine+“Vinay Kumar”+Environment.NewLine+"P2P WorkFlow "+Environment.NewLine+“Mob 1234”+Environment.NewLine+“EBEX”
Since you are hard coding the string “Dear” just provide the space after it. That would work for you. and follow the same after ID value also.
Ex: "Dear "