get('subject'); } public function getBody(): ?string { return $this->get('body'); } public function isHtml(): bool { return (bool) $this->get('isHtml'); } /** * @return string[] */ public function getAttachmentIdList(): array { /** @var string[] */ return $this->getLinkMultipleIdList('attachments'); } }