_TaskRequestAcceptItem.GetAssociatedTask(Boolean) Method

Definition

Returns a TaskItem object that represents the requested task.

public:
 Microsoft::Office::Interop::Outlook::TaskItem ^ GetAssociatedTask(bool AddToTaskList);
public Microsoft.Office.Interop.Outlook.TaskItem GetAssociatedTask (bool AddToTaskList);
Public Function GetAssociatedTask (AddToTaskList As Boolean) As TaskItem

Parameters

AddToTaskList
Boolean

True if the task is added to the default Tasks folder.

Returns

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(Object) method before calling GetAssociatedTask.

Applies to