karan roy

karan roy

  • NA
  • 7
  • 1.1k

Swap methods in c sharp

Nov 24 2012 6:44 AM
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.