Lines Matching refs:toEmails
1539 * @param toEmails The list of emails for the 'to' line.1544 String body, List<String> toEmails, List<String> ccEmails, String ownerAccount) {1545 List<String> toList = toEmails;1547 if (toEmails.size() <= 0) {1551 throw new IllegalArgumentException("Both toEmails and ccEmails are empty.");