StatusReport Method
Applies To
TaskItem object.
Description
Sends a status report to all CC recipients (recipients returned by the StatusUpdateRecipients property) with the current status for the task.
Syntax
expression.StatusReport
expression An expression that returns a TaskItem object.
Example
This example reports the status of the currently open task.
Set myTask = myOlApp.ActiveInspector.CurrentItem
Set myReport = myTask.StatusReport
myReport.Send