zxc3 Posted April 11, 2007 Posted April 11, 2007 How to write the program starting Outlook Express 6, and then copying the received letter, (if it is received) to a concrete folder, for example, C:\Documents and Settings\1?
BillLuvsU Posted April 11, 2007 Posted April 11, 2007 How I would go up about it is use the run command with the @SW_HIDE macro to start it but keep the window hidden. Then use control clicks etc. to do open new letters etc. and save as to your folder. I don't use Outlook so I can't give you specifics. [center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw
EndFunc Posted April 11, 2007 Posted April 11, 2007 How to write the program starting Outlook Express 6, and then copying the received letter, (if it is received) to a concrete folder, for example, C:\Documents and Settings\1?That would require saving the email as a .msg or exporting it. What code do you have so far? EndFuncAutoIt is the shiznit. I love it.
Zedna Posted April 12, 2007 Posted April 12, 2007 Search forum for "Outlook.Application" there are lots of script with: ObjCreate("Outlook.Application")But I don't know if it's working also with Outlook Express.Here are some links:samplehttp://www.autoitscript.com/forum/index.ph...ook.Application Resources UDF ResourcesEx UDF AutoIt Forum Search
zxc3 Posted April 14, 2007 Author Posted April 14, 2007 Search forum for "Outlook.Application" there are lots of script with: ObjCreate("Outlook.Application")But I don't know if it's working also with Outlook Express.Here are some links:samplehttp://www.autoitscript.com/forum/index.ph...ook.ApplicationThanks for desire to help, but Outlook express is other program.Oh....
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