I have two Method SendEmail1() and SendEmail2(). both methods i am using for sending a email. I want to when SendEmail1() method not response automatically send email process goes to SendEmail2() method. and later SendEmail1() method automatically do his work.
i am using c sharp windows application for sending email.