You are here

public function MailhandlerAttachmentEnclosure::getContentId in Mailhandler 7.2

Same name and namespace in other branches
  1. 6.2 plugins/mailhandler/commands/MailhandlerCommandsFiles.class.php \MailhandlerAttachmentEnclosure::getContentId()

Get the Content-ID.

Return value

string The Content-ID or NULL if it is not defined.

File

plugins/mailhandler/commands/MailhandlerCommandsFiles.class.php, line 92
MailhandlerCommandsFiles class.

Class

MailhandlerAttachmentEnclosure
Attachment enclosure, can be part of the result array.

Code

public function getContentId() {
  return $this->cid;
}