Share via


_TaskItem.StatusReport Method

Sends a status report to all Cc recipients (recipients returned by the StatusUpdateRecipients property) with the current status for the task and returns an Object representing the status report.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Function StatusReport As Object
'Usage
Dim instance As _TaskItem
Dim returnValue As Object

returnValue = instance.StatusReport()
Object StatusReport()

Return Value

Type: System.Object
An Object value that represents the status report.

See Also

Reference

_TaskItem Interface

_TaskItem Members

Microsoft.Office.Interop.Outlook Namespace