OpaqueMail
OpaqueMail copied to clipboard
Problem with DeleteMessage
Hi, i try to delete a message ( read from POP3 server )
bool isDeleted = p3client.DeleteMessage(message.Index);
but not work... the statement returns true, but the email is still present in mailbox.
Can you help me?
Bye Davide