2021-04-13 - Version 1.4.0.0

GENERAL
=======
* Magic numbers in String functions replaced with constants
* OutlookEX_Base.au3 is no longer part of the OutlookEX_GUI.ZIP. Please grab this file from the OutlookEX.ZIP
  This avoids having more than one version of OutlookEX_Base.au3 flying around
* Documentation has been extended and bugs have been fixed

CHANGED FUNCTIONS
=================
* _OL_NavigationFolderAdd: The default for parameter $iModuleType has been changed from $olModuleMail to $olModuleCalendar
* _OL_NavigationFolderGet: The default for parameter $iModuleType has been changed from $olModuleMail to $olModuleCalendar

NEW FUNCTIONS
=============
* _OL_NavigationGroupAdd: Adds a navigation group to a navigation module
* _OL_NavigationGroupGet: Returns information about navigation groups of a navigation module
* _OL_NavigationGroupRemove: Removes a navigation group from a navigation module

-------------------------------------------------------------------------------------------------------------------------------
2020-06-27 - Version 1.3.2.0

MOVED FUNCTIONS
===============
* _OL_MailVotingSet: Moved to OutlookEX.au3. It modifies the Outlook item in first place, not the GUI.

-------------------------------------------------------------------------------------------------------------------------------
2020-06-21 - Version 1.3.1.0

NEW FUNCTIONS
=============
* _OL_MailVotingSet: Sets the possible voting options and the recommended voting reply for a mail item.

-------------------------------------------------------------------------------------------------------------------------------
2020-06-16 - Version 1.3.0.0

NEW FUNCTIONS
=============
* _OL_SelectionSet: Select or unselect a single, selected or all items of the active or a selected Explorer.
  You can even pass the result of _OL_ItemFind to select all found items.

-------------------------------------------------------------------------------------------------------------------------------
2020-06-02 - Version 1.2.0.0

GENERAL
=======
* OutlookEXConstants.au3 plus all functions used by the OutlookEX and OutlookEX_GUI UDFs have been moved to a common OutlookEX_Base.au3.
  This means: _OL_Open, _OL_Close, _OL_ErrorNotify and _OL_VersionInfo plus all internal functions.
  This means that you do no longer need to include OutlookEX.au3 if you just want to work with OutlookEX_GUI.
  You as a user do not need to include OutlookEX_Base.au3, this is done by OutlookEX.au3 or OutlookEX_GUI.au3.
* Enhanced documentation and coding

-------------------------------------------------------------------------------------------------------------------------------
2020-02-26 - Version 1.1.0.0

GENERAL
=======
* Documentation has been extended and bugs have been fixed

NEW FUNCTIONS
=============
* _OL_ViewApply: Applys a view to the Microsoft Outlook user interface
* _OL_ViewCreate: Creates a new view for the specified folder
* _OL_ViewDelete: Deletes a view from the specified folder
* _OL_ViewFieldsAdd: Adds/inserts fields to/into a view and sets the formatting
* _OL_ViewFontSet: Sets the properties of the ViewFont object for the specified View object
* _OL_ViewFormatRulesAdd: Adds/inserts a new AutoFormat rule to a view
* _OL_ViewGet: Returns the object of the current view or a list of all views for the specified folder
* _OL_ViewModify: Modifies properties of a view
* _OL_ViewPropertyGet: Returns properties of a view
* _OL_ViewPropertySet: Modifies properties of a view
* _OL_ViewSortFieldAdd: Adds/inserts SortFields for a view

-------------------------------------------------------------------------------------------------------------------------------
2019-11-30 - Version 1.0.0.0

GENERAL
=======
The OutlookEX UDF has been split into two files as it has become too large:

* OutlookEX.au3:    All functions to manipulate items (stores, folders, mailbox, contact items ...)
* OutlookEXGUI.au3: All functions to manipulate the Outlook GUI

MOVED FUNCTIONS
===============
The following functions have been moved to OutlookEXGUI.au3:
* _OL_BarGroupAdd
* _OL_BarGroupDelete
* _OL_BarGroupGet
* _OL_BarShortcutAdd
* _OL_BarShortcutDelete
* _OL_BarShortcutGet
* _OL_NavigationFolderGet