RE: message.getRecipients(Message.RecipientType.BCC)

2003-08-14 Thread Jos Wietses
ception { try { MimeMessage message = mail.getMessage(); Address[] bccAddress = message.getRecipients(Message.RecipientType.BCC); ... I think this should be possible. Can you (anyone) help me out? -- Jos Wietses -- --

message.getRecipients(Message.RecipientType.BCC)

2003-08-14 Thread Jos Wietses
Hi, I'm using james 2.1.3 and I'm trying to get de BCC recipients form a message. If I send an e-mail with one or multiple BCC's through James and use "message.getRecipients(Message.RecipientType.BCC)" to get the Rrecipients, I get a nullpointer exception. Who can