Searched refs:setRecipients (Results 1 – 2 of 2) sorted by relevance
73 public abstract void setRecipients(String type, Address[] addresses) throws MessagingException; in setRecipients() method in Message76 setRecipients(type, new Address[] {address}); in setRecipient()
286 public void setRecipients(String type, Address[] addresses) throws MessagingException { in setRecipients() method in MimeMessage