rjohnsondev / java-libpst

A library to read PST files with java, without need for external libraries.
249 stars 122 forks source link

Mark email as Read #80

Open Jsaritha opened 5 years ago

Jsaritha commented 5 years ago

using libpst, im able to extract the email content. But now once the email is extracted, i want to set the email as read. Can you please suggest how can i mark email as read.

As of now im using libpst for extracting mail content.