프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$type | string | The MIME type of this object's content. |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_bodyHtml | string | HTML body. | |
$_bodyPlain | string | Plain body | |
$_completed | integer | Timestamp when task was completed. | |
$_due | integer. | Due date (timestamp). | |
$_guid | string | UID | |
$_lastUser | string | Last user to modify the request. | |
$_messageClass | string | The MAPI_MESSAGE_CLASS | |
$_method | string | The METHOD to use in the generated vTodo component. Default to REQUEST since TNEF files are generally not used for PUBLISH. | |
$_msgformat | integer | ||
$_owner | string | The current owner of the task. Note, this is the CURRENT owner, so for the initial REQUEST, this will be empty. MS doesn't consider the task creator the owner in this context. | |
$_ownership | integer | The MAPI_TASK_OWNERSHIP value. | |
$_percentComplete | integer | Percentage of task that is completed. | |
$_rtfCompressed | string | Compressed RTF body. | |
$_start | integer | Start time of task. | |
$_state | integer. | The MAPI_TASK_STATE value. Used to help determine METHOD. | |
$_status | string | Status of task. | |
$_updates | boolean | If true, assignee is requested to send updates. |
메소드 | 설명 | |
---|---|---|
__get ( $property ) | ||
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. | |
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. | |
toArray ( ) : array | Output the data for this object in an array. |
메소드 | 설명 | |
---|---|---|
_tovTodo ( ) |
public setMapiAttribute ( integer $type, integer $name, $value, $ns = null ) | ||
$type | integer | The attribute type descriptor. |
$name | integer | The attribute name descriptor. |
protected string $_method | ||
리턴 | string |
protected string $_owner | ||
리턴 | string |
protected int $_percentComplete | ||
리턴 | integer |
protected integer. $_state | ||
리턴 | integer. |
protected bool $_updates | ||
리턴 | boolean |