$this
public function addBcc(Address|string ...$addresses) : static { return $this->addListAddressHeaderBody('Bcc', $addresses); }