Happy82 Posted April 22, 2015 Posted April 22, 2015 I would like to download the OutlookEX.au3 file and add it the lnclude. so that I can use functions _OL_Open and others associated to this. Can abybody provide me with the location for the download.
MikahS Posted April 22, 2015 Posted April 22, 2015 (edited) >OutlookEx UDF EDIT: Welcome to the AutoIt forum Happy82! Edited April 22, 2015 by MikahS Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
Happy82 Posted April 22, 2015 Author Posted April 22, 2015 Thanks .... I am able to download and use it... I am beginer in the Auto IT world.
MikahS Posted April 22, 2015 Posted April 22, 2015 No problem. Here is a link to Water's >OutlookEx UDF: Example Scripts. Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
water Posted April 22, 2015 Posted April 22, 2015 If you have any questions I will be happy to answer them. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Happy82 Posted April 23, 2015 Author Posted April 23, 2015 i am trying to use this function in my code _OL_ItemAttachmentSave($oOutlook, $aOL_Item[1][0], Default, 1, "C:tempOutlook-UDF-TestDir2Attachment2.jpg") I did not understand the second parameter $aOL_Item[1][0]. I belive it is the mail item that is currently that is processed. what is the use of multidimensional array?
water Posted April 24, 2015 Posted April 24, 2015 Because _OL_ItemFind returns a 2D array. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Happy82 Posted May 8, 2015 Author Posted May 8, 2015 could you please get the link for the OutlookEX.au3. I link mentioned here does not work. I had to reinstall everything on my system and I don't have this one.Also if you can help me with StructureConstants.au3.
water Posted May 8, 2015 Posted May 8, 2015 The link to the OutlookEx UDF and the examples can be found in my signature below. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Happy82 Posted May 8, 2015 Author Posted May 8, 2015 Thanks water I got it........also it can help me with Array.au3, StringConstants.au3compatible with 3.3.8.1
water Posted May 8, 2015 Posted May 8, 2015 If you run AutoIt 3.3.8.1 then everything you need should come with this version. Array.au3 has been rewritten after 3.3.8.1 so a script written for 3.3.10.x or 3.3.12.x won't necesarily run with 3.3.8.1.IIRC StringConstant is new with AutoIt > 3.3.8.1 as well. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now