Searched refs:replyToAll (Results 1 - 2 of 2) sorted by relevance

/javamail/mail/src/main/java/javax/mail/
H A DMessage.java675 * If <code>replyToAll</code> is set, the new Message will be addressed
685 * @param replyToAll reply should be sent to all recipients
690 public abstract Message reply(boolean replyToAll) throws MessagingException; argument
/javamail/mail/src/main/java/javax/mail/internet/
H A DMimeMessage.java1599 * If <code>replyToAll</code> is set, the new Message will be addressed
1616 * @param replyToAll reply should be sent to all recipients
1621 public Message reply(boolean replyToAll) throws MessagingException { argument
1622 return reply(replyToAll, true);
1632 * If <code>replyToAll</code> is set, the new Message will be addressed
1652 * @param replyToAll reply should be sent to all recipients
1659 public Message reply(boolean replyToAll, boolean setAnswered) argument
1677 if (replyToAll) {

Completed in 14 milliseconds