Hello !
I haven't used AutoIt for almost 10 years and is a bit rusty.
Is there a way to retrieve the "Command Line" from a running process as you can see it in Task Manager?
I have the same executable running many times, but I wish to check a specific process
I added "$oOL.GetNameSpace("MAPI").Offline" to my code and it works very nice in Win 7 and Outlook 2010 english version both, fully patched.
Global $oOL = _OL_Open()
$oOL.GetNameSpace("MAPI").Offline
$sUser = $oOL.GetNameSpace("MAPI").CurrentUser.Name
I run Windows 7 and Office 2010 and it works OK.
I have a slightly modified script
I don't have this line as exist in the example script
Global $sCurrentUser = $oOutlook.GetNameSpace("MAPI").CurrentUser.Name
Instead I send directly to a username and it works nice.
It doesn't matter to me. I wrote it at my previous occupation and they don't use it anymore. For the rest of the people using it, perhaps we can do a documet describing the changes. Both the new and the old can be available for download.
/Sven
We can discuss them here so if other have opinions on the work they can contribute.
$sTo is optional, if you would like to send BCC mail to a group of people and they should not be able to see other mailaddresses.