
how to send email of listview checked item in c# windows
how to send email of listview checked item in c# windowsKnow the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abid AliPosted Apr 13, 2015, 6:30 AM
Syed ShanuPosted Apr 13, 2015, 3:05 AM
from Listbox looping you can find the checked item and get the Email address for the checked item,
send email one by one to the selected items inside loop
http://www.codeproject.com/Tips/680394/How-to-Create-a-Simple-Email-Sending-Software-Usin
http://stackoverflow.com/questions/15538478/c-sharp-windows-form-application-send-email-using-gmail-smtp
http://blog.techmeout.tv/uncategorized/c-sending-emails-from-a-windows-form-application-with-smtp/