TaskRequestAcceptItem.GetAssociatedTask Method (Outlook)
Returns a TaskItem object that represents the requested task.
Syntax
expression .GetAssociatedTask(AddToTaskList)
expression A variable that represents a TaskRequestAcceptItem object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
AddToTaskList |
Required |
Boolean |
True if the task is added to the default Tasks folder. |
Return Value
A TaskItem object that represents the requested task.
Remarks
The GetAssociatedTask method will not work unless the TaskItem is processed before the method is called. To do so, call the Display method before calling GetAssociatedTask.