Jump to content

1 Screenshot

About This File

Extensive library to control and manipulate Microsoft Outlook. This UDF holds the functions to automate items (folders, mails, contacts ...) in the background. Can be seen like an API.
There are other UDFs available to automate Outlook:

  • OutlookEX_GUI: This UDF holds the functions to automate the Outlook GUI.
  • OutlookTools: Allows to import/export contacts and events to VCF/ICS files and much more. 

Threads: Development - General Help & Support - Example Scripts - Wiki

BTW: If you like this UDF please click the "I like this" button. This tells me where to next put my development effort :)


KNOWN BUGS (last changed: 2020-02-09)

  • None

Edited by water
Typo


What's New in Version 1.7.0.2

Released

GLOBAL CHANGES

  • Minor code and documentation enhancements all over.

FIXED BUGS
==========

  • _OL_ItemExport: Now correctly handles keyword Default for parameters $sDelimiter and $sQuote.

MODIFIED FUNCTIONS

  • _OL_ItemBulk: The example script for this function now works!
    Runs about 50% faster compared to the original functions when copying, moving, deleting many items.
  • _OL_Wrapper_CreateAppointment: All recurrence related parameters have been removed as the function got too complex.
    Use function _OL_ItemRecurrenceSet to set the recurrence parameters.
    Might be a SCRIPT BREAKING CHANGE!

User Feedback

Recommended Comments

Skysnake

Posted

Please be so kind as to provide cross links between OutlookEX and Outlook tools downloads?

cag8f

Posted

Hello.  I'm just getting started with this UDF.  My specific task right now is, with AutoIt, create a new task in Outlook.  Can/Should this UDF be used to do that?  If so, how?  Or should that be done with vanilla AutoIt? 

At the same time, is there a web page or tool that lists all the functions in this UDF, and describes what they do?  If so, that may help me answer any future questions I might have about automating Outlook.

Thanks!

AutoitMike

Posted

Can this automate Outlook for Office 365?

Thanks

water

Posted

Just run one of the example scripts and you will see ;)

×
×
  • Create New...