Stacks Image 1745
Latest Outlook Plug-in release available 2.1.100 04/02/2012

Ajax Loader Gif

 The Outlook Plug-in for Servoy makes it possible to integrate 2-way communication with Microsoft Outlook®.

With the Outlook Plug-in the Servoy developer will get the ability to add, retreive and/or synchronize a solution or module with the various folders of Microsoft Outlook®.
Microsoft Outlook is one of the most widespread personal information managers in the world of Microsoft Windows®. It can be found on most desktops of our (potential) customers.
  • Appointments
  • Meetings
  • E-Mail
  • Tasks
  • Contacts
  • Notes
  • Posts
Not only is synchronization possible, it is also possible to work with attachments!.
The Plug-in won't replace the built in functionality of your solution but can be used to make your solution work together with MS Outlook.
Features you can offer the end user are:
  • Send mail via MS Outlook to overcome the issue of sending cc's from Servoy to the users mail address
  • Synchronization of contacts with handhelds devices now possible through MS Outlook
  • Create and manage appointments direct in Outlook
  • Create and manage meetings direct in Outlook
  • Create and manage task direct in Outlook
  • To send mail through MS Outlook (avoid duplicate systems).
  • To synchronize data between your Solution and MS Outlook clients.
  • To create tasks in MS Outlook with reminders etc.
  • To synchronize your Solution data with handheld systems through MS Outlook.
In short every company with MS Outlook as PIM will benefit.
Smart client Web client Headless client
4+ 1.5 +        
5+ 1.5 +        
6+ 1.5 +        

These video's will give you an introduction and simple instructions of how you can start using the Component.

Please do not forget to import the sample solution. You can find the sample solution in servoy_root/solutions/it2be-examples.

Single Developer license
One developer & unlimited deployment (75.00 EURO maintenance fee p/y)
300.00 EURO
Site license
Team of developers & unlimited deployment (175.00 EURO maintenance fee p/y)
700.00 EURO
UPGRADE Single Developer license to Site license
You already have a Single Developer license (175.00 EURO maintenance fee p/y)
400.00 EURO
UPGRADE Single Developer license to Servoy 4+
You already have a Single Developer license (75.00 EURO maintenance fee p/y)
100.00 EURO
UPGRADE Site license to Servoy 4+
You already have a Site license (175.00 EURO maintenance fee p/y)
250.00 EURO
Full Source license
When you want access to the source let's discuss your options.
2.1-100 04/02/2012
[chg] signed using new certificate (expires May 13th 2015)

2.1-099 03/26/2012
[chg] included optimized (Servoy 5 & 6) sample solution

2.1-097 08/13/2011
[chg] prefixed all Plug-in objects with IO for JS Documentation in Servoy 6

2.1-096 08/09/2011
[chg] the return type for client and server is now the correct class instead of an Object class (support for Servoy 6)
[fix] removed call to obsolete library

2.1-095 12/16/2010
[chg] changed libraries to support (backward) compatibility between (beta) releases

2.1-093 05/05/2010
[new] added property 'originatorDeliveryReportRequested'
[new] added property 'readReceiptRequested'
[new] added property 'reminderOverrideDefault'
[new] added property 'reminderPlaySound'
[new] added property 'reminderSet'
[new] added property 'reminderDate'
[chg] made several changes to fix security issue with latest Java release

2.1-089 01/29/2010
[chg] improved Framework to work with external (gui and command-line) installer

2.1-087 08/17/2009
[chg] changed Framework

2.1-086 07/28/2009
[chg] removed signature from core-common.jar to avoid security issues

2.1-085 03/16/2009
[chg] it is not longer necessary to register a developer license

2.1-084 01/19/2009
[chg] made some adjustments to core activation wizard

2.1-083 12/05/2008
[chg] included latest libraries

2.1-082 10/30/2008
[new] outputting an outlookSet now prints type, length and position
[chg] improved license feedback in log file
[fix] corrected issue with queries not honoring <= and >= clauses
[fix] corrected issue with native outlookSet
[fix] corrected issue with folderpath for Outlook 2000
[fix] changed a couple of core functions
[fix] improved debugger support for callback methods

2.1-081 10/30/2008
[fix] preference panel 'Components' is now available again

2.1-080 10/21/2008
[fix] corrected issue with Eclipse update manager

2.1-078 08/16/2008
[fix] corrected startup file for client loaded from application server

2.1-077 06/30/2008
[chg] renamed Office Plug-in to Outlook Plug-in (use plugins.it2be_outlook instead of plugins.it2be_office)
[chg] redesigned for Servoy 4.0
[chg] deprecated all getSenderEmailAddress() methods, use getSenderAddress()

2.0-076 06/18/2008
[chg] included latest libraries
[chg] attachments property in mail class is now split into getAttachments(...) and setAttachments(...)
[chg] added option to store received attachments in a given folder

2.0-075 04/02/2008
[chg] made some important improvements to the core to prepare for Servoy 4.0

2.0-074 02/25/2008
[new] added method 'getVersionLicensed' to find out what version is licensed
[chg] included latest libraries
[chg] reduced client download size for resources with overall savings up to 45%

2.0-073 06/18/2007
[new] added getVersion() and getLicense() methods to retrieve component information
[chg] the Plug-in is now lazy loading (again)

2.0-072
[fix] corrected bug in mail classes
[fix] corrected minor errors in sample solution

2.0-071
[chg] added the plug-in to the new Update manager
[chg] added more tooltips
[chg] added 'considerations' to documentation
[chg] all xxxDate properties and methods methods (example expiryDate) are renamed to xxxTime (example expiryTime)
[chg] improved error handling and feedback
[chg] improved outlook item sets
[chg] improved daylight saving time support
[chg] improved mail send([wait],[method]) method. Added wait boolean and/or return method
[chg] getXXX(outlookID) now returns exception/null when not available
[new] added itemExists(outlookID) method
[new] added quitApplication()
[new] added getApplicationVersion()
[enh] added new libraries
[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

1.3-017
[fix] corrected an issue that prevented the plug-in 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 plug-in 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 retrieve 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