R
Reason101
Guest
Hi, I am using below line of code for catching exception and to send an email. But my order in the email is crukked.
How can I make this neat and clean email while sending. Please advise
I am returning byteArray as body to the email
byte[] byteArray = Encoding.ASCII.GetBytes("Processing Failed" + Ex.ToString());
Reason101
Continue reading...
How can I make this neat and clean email while sending. Please advise
I am returning byteArray as body to the email
byte[] byteArray = Encoding.ASCII.GetBytes("Processing Failed" + Ex.ToString());
Reason101
Continue reading...