/**
  * Removes all email objects from a batch processor is used this builder
  */
 public function removeEmails()
 {
     $this->batch->removeEmails();
 }