2019-07-22 - Version 0.6.0.0

CHANGED FUNCTIONS
=================
* _OLT_Export: ExportType CSV and Excel added.
  Two new parameters ($sProperties, $bHeader) have been inserted before $sCallback. SCRIPT BREAKING CHANGE!

DOCUMENTATION
=============
* Enhancements all over the place
  
-------------------------------------------------------------------------------------------------------------------------------
  2019-07-13 - Version 0.5.0.0

GENERAL
=======
* All example scripts have been renamed to the corresponding OutlookTools function names.
* The way the callback function works has been changed. You have to set @extended so the calling function knows how to process
  the current record. SCRIPT BREAKING CHANGE!
  If you have modified the array passed as parameter to the callback function and want to return this modified data to the calling
  function you have to set @extended as well.
  Details can be found in the Wiki.

NEW FUNCTIONS
=============
* _OLT_Export: Export Outlook contacts and appointments as VCF, CSV or Excel Workbook. RIGHT NOW ONLY VCF and ICS IS IMPLEMENTED!

DOCUMENTATION
=============
* Enhancements all over the place
* The documentation has been split into two parts.
  A simple overview can be found in the forum download section. More detailed information has been moved to the Wiki.
  
-------------------------------------------------------------------------------------------------------------------------------
2019-07-06 - Version 0.4.0.0

GENERAL
=======
* All function names have been changed to get unique names by adding a "_OLT" prefix (SCIPT BREAKING CHANGE)

NEW FUNCTIONS
=============
* _OLT_CSV_Import: Imports data from a CSV file and creates Outlook items in a specified folder

DOCUMENTATION
=============
* Enhancements all over the place

-------------------------------------------------------------------------------------------------------------------------------
2019-03-04 - Version 0.3.0.0

GENERAL
=======
* Name of the UDF has been changed from iCal.au3 to OutlookTools.au3 (SCRIPT BREAKING CHANGE)
* Magic Numbers:  Have been replaced with constants named $OLT*

NEW FUNCTIONS
=============
* _vCard_Import: Import vCard contacts to an Outlook contacts folder.

FIXED BUGS
==========
* None

CHANGED FUNCTIONS
=================
* Callback Function: Now needs to be defined with 2 parameters. 

-------------------------------------------------------------------------------------------------------------------------------
2019-02-08 - Version 0.2.0.0

GENERAL
=======
Initial version named iCal.au3

NEW FUNCTIONS
=============
* _iCal_VEventImport: Import iCal events to an Outlook calendar.
-------------------------------------------------------------------------------------------------------------------------------