I can't seem to get POP3 delete to work.
I download the messages with the following statement.
pop.DownloadMessage(messages.GetKeyAt(i), True)
After all the messages are downloaded I do
pop.Close
When I look at my Gmail account all the messages are still there.
Thanks.
I download the messages with the following statement.
pop.DownloadMessage(messages.GetKeyAt(i), True)
After all the messages are downloaded I do
pop.Close
When I look at my Gmail account all the messages are still there.
Thanks.