Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a TaskItem object that represents the requested task.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Function GetAssociatedTask ( _
AddToTaskList As Boolean _
) As TaskItem
'Usage
Dim instance As _TaskRequestUpdateItem
Dim AddToTaskList As Boolean
Dim returnValue As TaskItem
returnValue = instance.GetAssociatedTask(AddToTaskList)
[DispIdAttribute()]
TaskItem GetAssociatedTask(
bool AddToTaskList
)
Parameters
AddToTaskList
Type: System.BooleanTrue if the task is added to the default Tasks folder.
Return Value
Type: Microsoft.Office.Interop.Outlook.TaskItem
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.
See Also
Reference
_TaskRequestUpdateItem Interface