_TaskItem.CancelResponseState Method
Resets an unsent response to a task request back to a simple task.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub CancelResponseState
'Usage
Dim instance As _TaskItem
instance.CancelResponseState()
[DispIdAttribute()]
void CancelResponseState()
Remarks
After you receive a task request and respond to it, but before sending the response, you can use this method to revert the task to its state before you responded.