Posted By:
Mohammed_Burhanuddin
Posted On:
Monday, July 23, 2001 09:42 PM
I am using the java Mail api for handling the incoming mails. I could recieve the mail, but the problem is that I am unable to extract the subject part of the mail. I am using the method
MimeMessage message = initialize();
message.getSubect();
is returning null, where as I can see the subject. please help me out of this, thanks in advance,
burhanuddin