Problem in Accessing Bcc address from inbox

Hi,

i'm trying to fetch to,cc, & Bcc id from inbox with the below code, i'm able fetch to & cc ID , but with same code for getting bcc id it returns null,

so please help me out in resolving this problem.

Store store = session.getStore("imap");

Folder fldr = store.getFolder("Inbox");

fldr.open(Folder.READ_WRITE);

Message[ ] m = fldr.getMessage();

Address [ ] bcc= m[0].getRecipients(Message.RecipientType.BCC);

Regards

Muthuraj

[549 byte] By [Muthuraj] at [2007-11-26 8:58:50]
# 1
Hm. BCC is discarded. On delivery to the mailbox. Per RFC. It's just not there to be gotten.
jay_plesset at 2007-7-6 23:01:16 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...