DeleteTask |
This function completely removes a task from the OutlookBar.
Prototype:
DeleteTask(LONG HeaderID, LONG TaskID)
Arguments:
HeaderID |
The unique ID of the task's parent header |
TaskID |
The unique ID of the task to remove |
See also:
Example:
OutlookBar5.DeleteTask(OutlookBar5.Header_1, OutlookBar5.Header_1:Task_1)