The IMAPITable::Abort method stops any asynchronous operations currently in progress for the table.
HRESULT Abort();
None
The IMAPITable::Abort method stops any asynchronous operation that is currently in progress.
To find out if an asynchronous operation is in progress, call the IMAPITable::GetStatus method.
If Abort halts the processing of a call to the IMAPITable::Restrict method, the state of the table will be as it was at the time the Abort call is processed.
If Abort halts the processing of a call to the IMAPITable::SortTable method, the table's sort order is unaffected and remains as it was before the SortTable call.
IMAPITable::GetStatus, IMAPITable::Restrict, IMAPITable::SortTable