SetTitle |
Change the title of a header or task at runtime.
Prototype:
SetTitle(LONG HeaderID, LONG TaskID, STRING pTitle)
Arguments:
HeaderID |
The unique ID of the header in which the task resides |
TaskID |
The uniduq ID of the task you want to change. When changing a header only, set this to 0 (zero) |
pTitle |
The new text for the header or task. |
See also:
Example:
OutlookBar1.SetTitle(OutlookBar1.Outlookpanel,0,'Changed Outlookbar Title')