_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
<DispIdAttribute()> _
Function StatusReport As Object
'Usage
Dim instance As _TaskItem
Dim returnValue As Object
returnValue = instance.StatusReport()
[DispIdAttribute()]
Object StatusReport()
Return Value
Type: System.Object
An Object value that represents the status report.