Hello All,
I try using SmtpClient.Send() in my C# application , as per my understanding this method will initiate the sending on the main/ui thread and would block..but in my application it seems SmtpClient.Send() is running in the different thread..
Is there any posibility thatSmtpClient.send() runs in different thread? how it can run through the different thread? how it can be solved ?
Thanks for the support in advance.