PHP 클래스 Horde_Compress_Tnef_MessageData, horde

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Michael J Rubinsky ([email protected])
상속: extends Horde_Compress_Tnef_Object
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$dateSent Horde_Date
$from string
$fromName string
$subject string

공개 메소드들

메소드 설명
setMapiAttribute ( integer $type, integer $name, $value ) Allow this object to set any MAPI attributes it needs to know about, ignore any it doesn't care about.
setTnefAttribute ( integer $attribute, mixed $value, integer $size ) Allow this object to set any TNEF attributes it needs to know about, ignore any it doesn't care about.

메소드 상세

setMapiAttribute() 공개 메소드

Allow this object to set any MAPI attributes it needs to know about, ignore any it doesn't care about.
public setMapiAttribute ( integer $type, integer $name, $value )
$type integer The attribute type descriptor.
$name integer The attribute name descriptor.

setTnefAttribute() 공개 메소드

Allow this object to set any TNEF attributes it needs to know about, ignore any it doesn't care about.
public setTnefAttribute ( integer $attribute, mixed $value, integer $size )
$attribute integer The attribute descriptor.
$value mixed The value from the MAPI stream.
$size integer The byte length of the data, as reported by the MAPI data.

프로퍼티 상세

$dateSent 공개적으로 프로퍼티

public Horde_Date $dateSent
리턴 Horde_Date

$from 공개적으로 프로퍼티

public string $from
리턴 string

$fromName 공개적으로 프로퍼티

public string $fromName
리턴 string

$subject 공개적으로 프로퍼티

public string $subject
리턴 string