hello

Sunday, 24 July 2011

how call mail class

 mailsending objmail = new mailsending();// create object
  string messages = "Your Account in Name of"
                   objmail.send(lblmailid.Text, messages);

No comments:

Post a Comment