Move messages to the trash folder using the pop3 client

I’m fetching messages using the pop3client.

After each message has been processed, I’m calling pop3Client.DeleteMessage(uniqueId) and then pop3Client.CommitDeletes() to delete each message.

Is it possible to move the message to the trash folder on the server?

/Morten

@mortenma

We have logged a ticket for your case as EMAILNET-40706 in our issue tracking system. We will inform you via this forum thread once there is an update available on it.

@mortenma

It is to inform you that we have closed this issue with resolution as Won’t Fix. The POP3 protocol does not provide managing email in folders. So, it isn’t possible for a POP3 client to provide moving messages from one folder to another.