Class ReceiverMailAddressSet

    • Method Detail

      • withReceiversBatchSizeOf

        public ReceiverMailAddressSet withReceiversBatchSizeOf​(int receiversBatchSizeForOneSend)
        Sets the new number of receivers that must be specified for one send. If the value is less than or equals to zero, then all receivers will be specified in a one single send.
        Parameters:
        receiversBatchSizeForOneSend - the new number of receivers that must be specified for one send.
        Returns:
        the set instance
      • getBatchedReceiversList

        public List<ReceiverMailAddressSet> getBatchedReceiversList()
        Gets the list of receiver batches according to the defined number of receivers per send batch.
        Returns:
        the batched receiver list.
      • getEmailsSeparatedByComma

        public String getEmailsSeparatedByComma()
        Gets the list of emails each one separated by a comma.
        Returns:
        the list of emails each one separated by a comma.