作者热门文章
- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我需要从 JavaMail MimeMessage
对象获取 To/CC/BCC 地址。似乎我能做到这一点的唯一方法是通过 getRecepients
,但我无法分辨谁在 To
字段与 CC
中和 BCC
字段。有没有办法做到这一点?
最佳答案
getRecipients
public Address[] getRecipients(Message.RecipientType type) throws MessagingException
Returns the recepients specified by the type. The mapping between the type and the corresponding RFC 822 header is as follows:
Message.RecipientType.TO "To"
Message.RecipientType.CC "Cc"
Message.RecipientType.BCC "Bcc"
MimeMessage.RecipientType.NEWSGROUPS "Newsgroups"
关于java - 从 MimeMessage 获取 To/CC/BCC 地址?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8747828/
我是一名优秀的程序员,十分优秀!