Version 2.0 of Office plugin soon available

Hi all,

Soon we will have version 2.0 of the Office plugin available. When you want to beta test please feel free to send an email.

Below are the release notes:

2.0-008
[new] added itemExists(outlookID) method
[enh] added new libraries
[enh] improved mail send([wait],[method]) method. Added wait boolean and/or return method
[enh] getXXX(outlookID) now returns exception/null when not available
[upd] added tooltips
[upd] all xxxDate properties and methods methods (example expiryDate) are renamed to xxxTime (example expiryTime)
[fix] find ‘query’ now respects casing
[fix] improved daylight saving time support
[fix] properties with empty getters (getXXX) or setters (setXXX) are now methods
[fix] several smaller bug fixed

1.3-017
[fix] corrected an issue that prevented the plugin from using the license code

1.3-014
[new] added get[name]FolderID() to find the id of the root or named folder.

1.2.2
[fix] corrected a bug that prevented the plugin from registering a second time
[enh] dialog feedback when license data is wrong
[fix] fixed issue with update checker on windows platform

1.2.1
[fix] fixed a bug where it was not possible to retrieve a set of items based on only a pathname
[fix] improved tooltips

1.2
[new] added getXxxxFoldersArray() to retreive a 2D array with folder names and id’s
[new] it is now also possible to get a folder by id
[enh] added sample solution
[enh] replaced parts of sample code with new, more commented, code
[opt] optimized some of the code

1.1
[fix] fixed issue where sent email returned the wrong (old) id

1.0
[new] first release