c# pop 邮件删除问题
暮_雪 2013-01-05 02:50:28 OpenPop.Pop3.Exceptions.PopServerException: The server did not respond with a + response. The response was: "-ERR already deleted (eyou mta)" 在 OpenPop.Pop3.Pop3Client.IsOkResponse(String response) 在 OpenPop.Pop3.Pop3Client.SendCommand(String command) 在 OpenPop.Pop3.Pop3Client.DeleteMessage(Int32 messageNumber)
foreach (SelectedRow row in sm.SelectedRows)
{
int index = row.RowIndex;
client.DeleteMessage(index + 1);
}