Interface ISingleMail

    • Method Detail

      • getBcc

        String getBcc()
        Returns the bcc field value for this mail.
        Returns:
        the bcc field value for this mail.
        Since:
        4.0.4
      • setBcc

        void setBcc​(String bcc)
        Sets the bcc field value for this mail.
        Parameters:
        bcc - the bcc field value to set.
        Since:
        4.0.4
      • getCc

        String getCc()
        Returns the cc field value for this mail.
        Returns:
        the cc field value for this mail.
        Since:
        4.0.4
      • setCc

        void setCc​(String cc)
        Sets the cc field value of this mail.
        Parameters:
        cc - the cc field value to set.
        Since:
        4.0.4
      • getTo

        String getTo()
        Returns the to field value for this mail.
        Returns:
        the to field value for this mail.
        Since:
        4.0.4
      • setTo

        void setTo​(String to)
        Sets the to field value of this mail.
        Parameters:
        to - the to field value to set.
        Since:
        4.0.4