-
Marking emails as private
Hi,
Does anyone know how to mark an email being sent by JAVA as private?
It seems that if there was a way of doing this it would be done using a message flag, eg:
javax.mail.Message m = new MimeMessage(sess);
m.setFlag(Flags.Flag.DELETED, true);
However, the flag constants offered are DELETED, ANSWERED, DRAFT, FLAGGED, RECENT, SEEN and USER.
Can anyone help?
Thanks,
Heather
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks