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