Re: how to read a mail in inbox from outlook express through jasva
Posted By:
Anonymous
Posted On:
Friday, July 22, 2005 04:53 AM
to read the mails in inbox u have an method in Folder class as getUnreadMessages(); but this method returns the count unconditionally..
i am not sure with reading the number of mails in out box ..
if u have a way out pls share with me too
Re: how to read a mail in inbox from outlook express through jasva
Posted By:
WarnerJan_Veldhuis
Posted On:
Friday, July 22, 2005 03:24 AM
You don't.... If you are really desperate, try hooking up some JNI/dll combo for MAPI.... It's easier to read the mail with Java while it's still in the POP3 mailbox...