Releasenotes for OutlookBar
|
Upgrading from version 1.1 or earlier
One of the AddTask prototypes has been changed to avoid compiler confusion. The
prototype that didn't require a header-ID had to be changed. This method does no
longer support omitted arguments. All handcode using this method must be changed.
|
Upgrading from version 1.0
All API-prototypes and some group-definitions has been been prefixed with POB:
(PowerOffice OutlookBar) to avoid conflicts with other templates. If you have
handcode using any of the below groups you must change it to the new name
| Old name | New name |
| POOutlookColorGrp | POB:ColorGrp |
| POOutlookTaskInfo | POB:TaskInfo |
| RECT | POB:RECT |
|
|