I'm sorry to bother you with questions about an old product, but I need to get the old version running because the new version (6.x) will not run under Win/2K.
I have observed the following under 4.68: when I delete a message using oPop.DeleteMessage(), the routine returns .T. indicating the message was deleted. However, the message is not actually deleted from the server until the oPop object is destroyed. Then the message is actually deleted.
Is my observation correct, and is this the way it's supposed to behave? Or is something going wrong?
If my observation is correct, then this explains why I couldn't delete messages before: In my old code, I destroyed the POP object after every use and reinstantiated it again every time I needed it. In my new code, I kept it around and reused it.
Thanks, Chaim