Jyxo\Mail\Email\Attachment\InlineFileAttachment::setCid PHP Method

setCid() public method

Sets Id.
public setCid ( string $cid ) : self
$cid string Id
return self
    public function setCid(string $cid) : self
    {
        $this->cid = $cid;
        return $this;
    }
InlineFileAttachment