_TaskRequestAcceptItem.GetAssociatedTask(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.