SetShowHeaders |
You can use this method to turn of headers. If you do so, you must use the SetExpanded method to expand the wanted header (when more than one is applicable).
Prototype:
SetShowHeaders Procedure(BYTE ShowHeaders)
Arguments:
ShowHeaders |
Set to False to turn of headers |
See also
Example
OutlookBar5.SetShowHeaders(False)