You are here

public function MailhandlerAttachmentEnclosure::getContentId in Mailhandler 6.2

Same name and namespace in other branches
  1. 7.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 85
MailhandlerCommandsFiles class.

Class

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

Code

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