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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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