POP3 how DeleteMessage

Hi,

I’ve a working POP3 socket.
I got in POPClient.Event.ListReceived the requested data like all ID’s and Sizes and I also have the message with POPClient.RetrieveMessage(ID) so I can do something with it.

When I do a POPClient.DeleteMessage(ID), I got a POPClient.Event.MessageDeleted with the requested ID, but the message isn’t deleted on the mailserver.

What is I wrong?

Not sure. I had it working in a couple of apps, quite a while ago. It should be deleted. Are you sure you have the right privileges?

Rights?
When a POP user has privileges to login then it should be enough!

Well, I was just thinking out loud. As a matter of fact, I can grant certain privileges when I add an email account on my mail server. I can even disable the delete command. I don’t know why anybody would have the “delete” disabled though.
Again, it was just a thought.

[quote=351004:@Edwin van den Akker]Well, I was just thinking out loud. As a matter of fact, I can grant certain privileges when I add an email account on my mail server. I can even disable the delete command. I don’t know why anybody would have the “delete” disabled though.
Again, it was just a thought.[/quote]
If it’s a corporate server, often Delete is not allowed for legal reasons.

True