PHP Class 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.
Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_Compress_Tnef_Object
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Свойство Type Description
$dateSent Horde_Date
$from string
$fromName string
$subject string

Méthodes publiques

Méthode Description
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.

Method Details

setMapiAttribute() public méthode

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() public méthode

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.

Property Details

$dateSent public_oe property

public Horde_Date $dateSent
Résultat Horde_Date

$from public_oe property

public string $from
Résultat string

$fromName public_oe property

public string $fromName
Résultat string

$subject public_oe property

public string $subject
Résultat string