RDOTaskRequestItem object |
RDOTaskRequestItem object represents a change to the recipient's Tasks list initiated by another party or as a result of a group tasking.
Everywhere RDOMail object is normally returned (RDOSession.GetMessageFromID, RDOFolder.Items, etc), RDOTaskRequestItem will be returned if the message class is "IPM.TaskRequest.*".
Derived from: RDOMailRDOTaskRequestItem object inherits all the properties, methods and events exposed by the RDOMail object. In addition to the RDOMail properties, methods and events, it implements the following properties and methods: |
||||||||||||||
|
||||||||||||||
Properties |
||||||||||||||
|
||||||||||||||
RequestType |
rdoTaskRequestType, read-only. Returns the task request type. Can be one of the following values:
|
|||||||||||||
Methods |
||||||||||||||
|
||||||||||||||
GetAssociatedTask(AddToTaskList) |
Returns an RDOTaskItem object from the default Tasks folder that represents the requested task. AddToTaskList - boolean. If true, the task will be created if it does not yet exist in the default Tasks folder. If false, the task will be returned only if it already exists and NULL otherwise. |
|||||||||||||
|