New (beta) version of the Office plug-in (v 2.0) released

Today we released a new beta version of the Office plug-in version 2.0.

You can download the plugin at http://www.it2be.com/download.php.

When you start using it please make sure you first empty Java cache (just to be sure) and check that you don’t use deprecated properties and methods.

Release notes 2.0-045:
[new] added itemExists(outlookID) method
[new] added quitApplication()
[new] added getApplicationVersion()
[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 more tooltips
[upd] added ‘considerations’ to documentation
[upd] all xxxDate properties and methods methods (example expiryDate) are renamed to xxxTime (example expiryTime)
[upd] improved error handling and feedback
[imp] improved outlook item sets
[imp] improved daylight saving time support
[fix] find ‘query’ now respects casing
[fix] find ‘query’ now uses correct date formatting
[fix] properties with empty getters (getXXX) or setters (setXXX) are now methods
[fix] display(…) now returns false when item is empty or not (yet) saved
[fix] several smaller bug fixed