_TaskItem.CancelResponseState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resets an unsent response to a task request back to a simple task.
public:
void CancelResponseState();
public void CancelResponseState ();
Public Sub 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.