/**
  * Clear out all Cc: recipients
  */
 public function flushCc()
 {
     $this->recipients->flushCc();
 }