I want to get E-Mail account infomation of OutLook( express , XP, 2003... )
-
Blue-Bird wrote: I have been saw about MAPI. but I can't get Information that I want What about Extended MAPI? Since you are interacting with Outlook, there's also CDO.
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown
-
Ok.. read the all reg values under HKCU\SOFTWARE\Microsoft\Internet Account Manager\Accounts\ All the goodies you want are there...
-
Ok.. read the all reg values under HKCU\SOFTWARE\Microsoft\Internet Account Manager\Accounts\ All the goodies you want are there...
-
um... I use WinXP. and there is no path HKCU\SOFTWARE\Microsoft\Internet Account Manager\Accounts\ check it again. but Thanks, have a good job
HKCU means HKEY_CURRENT_USER.. HKCU\SOFTWARE\Microsoft\Internet Account Manager\Accounts\ key is there in ALL Windoze boxes pal. XP/2003 etc etc. look it up again.
-
I asked about this several times in the C# forum and got no reply. Is there a way to use C# to impliment the solution you're suggesting ? Christian Graus - Microsoft MVP - C++
Christian Graus wrote: Is there a way to use C# to impliment the solution you're suggesting ? Yeah I know one interface which enumerate Email,LDAP and news group Account for Outlook Express and that is
IImnAccount
andIImnAccountManager
interface"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta
-
HKCU means HKEY_CURRENT_USER.. HKCU\SOFTWARE\Microsoft\Internet Account Manager\Accounts\ key is there in ALL Windoze boxes pal. XP/2003 etc etc. look it up again.
-
HKCU means HKEY_CURRENT_USER.. HKCU\SOFTWARE\Microsoft\Internet Account Manager\Accounts\ key is there in ALL Windoze boxes pal. XP/2003 etc etc. look it up again.
-
I checked it other PC and looked up that but there's no registry still... what's wrong my PC? thanks... for your help. and Do you know probleum of my PC I installed OutLook2003. and running now.
So you use Outlook2003.. not Outlook express. I personally don't have Outlook2003. But you may be able to locate the correct key in the registry yourself. Do a Find on the registry using a known E-mail account e.g abc@xyz.com. The key should show up in the find results.
-
So you use Outlook2003.. not Outlook express. I personally don't have Outlook2003. But you may be able to locate the correct key in the registry yourself. Do a Find on the registry using a known E-mail account e.g abc@xyz.com. The key should show up in the find results.
-
I checked it other PC and looked up that but there's no registry still... what's wrong my PC? thanks... for your help. and Do you know probleum of my PC I installed OutLook2003. and running now.
Check HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook
-
Check HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook
-
I asked about this several times in the C# forum and got no reply. Is there a way to use C# to impliment the solution you're suggesting ? Christian Graus - Microsoft MVP - C++
Christian Graus wrote: Is there a way to use C# to impliment the solution you're suggesting ? I do not know. I've never used C# before.
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown
-
Try these links: http://www.wischik.com/lu/programmer/mapi\_utils.html http://www.dimastr.com/outspy/default.htm http://support.microsoft.com/kb/ http://www.softlookup.com/tutorial/vc++/vcu35fi.asp
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown
-
um... I use WinXP. and there is no path HKCU\SOFTWARE\Microsoft\Internet Account Manager\Accounts\ check it again. but Thanks, have a good job
Perhaps you do not have any accounts configured. Is Outlook configured to get e-mail from the Internet (POP3 and SMTP) or Exchange?
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown
-
Try these links: http://www.wischik.com/lu/programmer/mapi\_utils.html http://www.dimastr.com/outspy/default.htm http://support.microsoft.com/kb/ http://www.softlookup.com/tutorial/vc++/vcu35fi.asp
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown
-
Perhaps you do not have any accounts configured. Is Outlook configured to get e-mail from the Internet (POP3 and SMTP) or Exchange?
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown