04-28-2012 12:05 PM
Hi all.
I have a problem with filter mail application. I want to mash as read mail automatically after received new mail.
Can u help me. Thank in advance ![]()
Solved! Go to Solution.
04-30-2012 07:39 AM
Sorry I don't undersand, can you ask this question another way? What is "mash as read mail"?
05-14-2012 03:35 AM
Sorry, "Mark as read" not "Mash".
I had a solution
msg.setStatus(Message.Status.TX_READ, Message.Status.RX_RECEIVED);
msg.setFlag(Message.Flag.OPENED, true);
Thank for reply ![]()