[eluser]Phil Sturgeon[/eluser]
There is no set method to get the cc/bcc data. They shouldn't need a get method as you are setting them yourself.
Code:
var_dump($this->email->_cc_array);
That will get you an array of all the CC emails, which you can list() or implode() to get a string, same for BCC.