How to "install" the OutlookEX_GUI UDF				2021-04-13
--------------------------------------------------------------------------
This step is mandatory
* Copy OutlookEX_GUI.au3 to one of the following directories:
  * %ProgramFiles%\AutoIt3\Include
  * Directory as defined in SciTe -> Tools- SciTEConfig -> General Settings -> AutoIt3 Directory Settings -> User Includes
  * The directory where your scripts are located
* Download the OutlookEX UDF, extract and save the OutlookEX_base.au3 to one of the directories listed above

For SciTE integration (user calltips and syntax highlighting) run SciTe -> Tools- SciTEConfig -> Other tools -> Run User CallTip Manager
to create files au3.user.calltips.api and au3.userudfs.properties in directory %Userprofile%.
For details please check: http://www.autoitscript.com/wiki/Adding_UDFs_to_AutoIt_and_SciTE

Help files and examples
* Copy the *.htm and the remaining *.au3 files to any directory you like. 
  You can't call the help and example scripts from the AutoIt help at the moment


How to use the OutlookEX_GUI UDF	                        2021-04-13
--------------------------------------------------------------------------
Please have a look at the wiki at https://www.autoitscript.com/wiki/OutlookEX_UDF_-_General
This pages describe the OutlookEX and OutlookEX_GUI UDFs