_TaskRequestDeclineItem.GetAssociatedTask(Boolean) Method

Definition

Returns a TaskItem object that represents the requested task.

C#
public Microsoft.Office.Interop.Outlook.TaskItem GetAssociatedTask (bool AddToTaskList);

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

Product Versions
Outlook primary interop assembly Latest