Search the Community
Showing results for tags 'outlookex udf'.
-
As the OutlookEX UDF - Help & Support thread has grown too big, I'm starting a new one. The original thread can be found here.
-
Can some one please point me why i keep getting the error while the script is in loop:- "C:\Program Files (x86)\AutoIt3\Include\OutlookEX.au3" (2443) : ==> Subscript used on non-accessible variable.: If Not (IsNumber($iAttachment)) Or $iAttachment < 1 Or $iAttachment > $aAttachments[0][0] Then Return SetError(8, $aAttachments[0][0], 0) If Not (IsNumber($iAttachment)) Or $iAttachment < 1 Or $iAttachment > $aAttachments^ ERROR My code as below though copied and modified as per need, to get attachments, and other details. #include <StaticConstants.au3> #in
-
This assumes implementation of the OutlookEX UDF. I have PSTs which are becoming unmanageable The idea is to make a simple GUI (Listview) which can combine non-Outlook data and include emails based on criteria. Manage them in the GUI (delete / reply etc) and update to Outlook. So the issue would be to manage the items in the GUI while using the PST as a database. Ideas on how to do this? What would the key be?
-
Howdy! I've been reading through the OutLookEX documentation and examples for the past two days ( VERY well documented, very clear! ) https://www.autoitscript.com/wiki/OutlookEX_UDF_-_General But I've had trouble locating information on specifying what user to use. My outlook is linked to two email accounts and I can only manipulate the main account's stuff. A simple script I've been playing with is this ; Include Functions #include <OutlookEX.au3> ; Connect to Outlook Global $oOutlook = _OL_Open() If @error <> 0 Then Exit MsgBox(16, "Connec
- 11 replies
-
- outlookex udf
- outlook
-
(and 2 more)
Tagged with:
-
Is there any solution on receiving e-mails? I would like to create a script so that I will not have to log in through the browser.
- 6 replies
-
- outlookex udf
-
(and 3 more)
Tagged with: