GetTitle

Return to Introduction  Previous page  Next page

Retrive the title of a header or a task.

 

 

Prototype:

GetTaskInfo(LONG HeaderID, LONG TaskID),STRING

 

Arguments:

HeaderID

The unique ID of the header in wich the task resides.

TaskID

The unique ID of the task you want info from (if set to 0, header title for HeaderID is returned instead)

 

Returns

Upon successful return, this function will return a string with the title of the header or item.

 

See also:

SetTitle

 

Example:

HeaderTitle

 

Code

HeaderTitle = Self.GetTitle(HeaderID, 0)

 



Direct link to this page on our website: http://www.icetips.com/manuals/outlookbar/gettitle.htm