Hi everyone,

Im newer to c# so any help would be appreciated. I have an application that will email several contacts. I want to delete anyone that is listed as "open position". Below is what i have so far...

Code:
mailItem.To = lblc1name.Text + ";" + lblc2name.Text + ";" + lblc3name.Text + ";" + lblc4name.Text;