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