Re: Reading POP3 DELETE flag
Posted By:
Ashok_Naidu
Posted On:
Thursday, October 11, 2001 02:06 AM
The Delete can be read with Message.isSet(Flag.flag.DELETE) and before
closing the folder. Once the folder is closed then flag state is lost.
This is what i have noticed atleast with POP3. Please correct me if i am mistaken.