예제 #1
0
 /**
  * @return string
  */
 public function ContentTransferEncoding()
 {
     return $this->oBodyStructure ? $this->oBodyStructure->MailEncodingName() : '';
 }
예제 #2
0
 /**
  * Returns encoding that encodes content of the attachment.
  * 
  * @return string
  */
 public function getEncoding()
 {
     return $this->oBodyStructure ? $this->oBodyStructure->MailEncodingName() : '';
 }