Question : Save only sends e-mail with removed attachment again

When a user opens an email, removes the attachment and selects "save only" the message is resent saying that the message was "sent by: the user" and then to all the recipients on the e-mail and the user who clicked save.

This is getting annoying and didn't happen before. Any ideas?

Answer : Save only sends e-mail with removed attachment again


In my previous comment that I asked to ignore about events, still the line -- drpFilter.Items.Clear(); -- is valid and you should try it. In your code it will be like:

public DataSet PopulateDropDown()
        {
drpFilter.Items.Clear();
            string sSearchType = string.Empty;
            if (rdba.Checked == true)
            {
                //Bind Drop down
                  dsFit.dataSource                

            }
Random Solutions  
 
programming4us programming4us