MAPI_TASK_STATUS
MAPI_TASK_STATUS
Object to parse and represent vTODO data encapsulated in a TNEF file.
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.
integer | $attribute | The attribute descriptor. |
mixed | $value | The value from the MAPI stream. |
integer | $size | The byte length of the data, as reported by the MAPI data. |
setMapiAttribute(integer $type, integer $name, $value, $ns = null)
Allow this object to set any MAPI attributes it needs to know about, ignore any it doesn't care about.
integer | $type | The attribute type descriptor. |
integer | $name | The attribute name descriptor. |
$value | ||
$ns |