Interface ISingleMail

    • Method Detail

      • getBcc

        java.lang.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​(java.lang.String bcc)
        Sets the bcc field value for this mail.
        Parameters:
        bcc - the bcc field value to set.
        Since:
        4.0.4
      • getCc

        java.lang.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​(java.lang.String cc)
        Sets the cc field value of this mail.
        Parameters:
        cc - the cc field value to set.
        Since:
        4.0.4
      • getTo

        java.lang.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​(java.lang.String to)
        Sets the to field value of this mail.
        Parameters:
        to - the to field value to set.
        Since:
        4.0.4