milos83 Posted August 22, 2006 Posted August 22, 2006 how can I import e-mail adresess from outlook in autoIt?
james3mg Posted August 22, 2006 Posted August 22, 2006 how can I import e-mail adresess from outlook in autoIt?I believe that you'd have to EXPORT your addresses from within the Outlook program into a .csv format first. Outlook's data file is called outlook.pst and is located by default in a sub folder of c:\documents and settings\%username%\Application Data\Microsoft Office depending on your version. You can check it out, but I'm pretty sure it's encrypted and also is inaccessable while outlook is running. So you won't be able to read it straight from AutoIt without finding something that will crack the encryption (I know it's possible, programs like intellisync do it, but remember they've got lots of people paid to figure out how).So automate opening up Outlook, and using the Export/Import function under the file menu in Outlook 2003 and below, create a .csv address book. Then each contact will be on a single line in the file you create. StringSplit() the first line by commas to find which pieces of data are which fields, then StringSplit() each following line and grab the data from the array elements you want. Do whatever you want from there. Mostly you're just automating what you'd have to do by hand...which is of course the original intention of AutoIt I know that's a lot of information in a not-very-clear format, sorry. It's late and I'm not thinking well Try this and let me know how far you get. "There are 10 types of people in this world - those who can read binary, and those who can't.""We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true." ~Robert Wilensky0101101 1001010 1100001 1101101 1100101 1110011 0110011 1001101 10001110000101 0000111 0001000 0001110 0001101 0010010 1010110 0100001 1101110
ptrex Posted November 9, 2006 Posted November 9, 2006 @milos83 You can use the script linked in my signature. Enjioy !! ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New
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