Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. I want to get E-Mail account infomation of OutLook( express , XP, 2003... )

I want to get E-Mail account infomation of OutLook( express , XP, 2003... )

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialcomhelpquestion
21 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Blue Bird
    wrote on last edited by
    #1

    Hello every one~ I want to get E-Mail account infomation of OutLook( express , XP, 2003... ) for example, Incomming E-Mail Address( POP3 ) : mail.codeproject.com Outgoing E-Mail Address( SMTP ) : mail.codeproject.com User Name : bluebird E-Mail Address : bluebird@codeproject.com User ID : bluebird User PassWd : ******** How to get this Infomation? I have been saw about MAPI. but I can't get Information that I want Help me please. and sorry for my little English

    D M 2 Replies Last reply
    0
    • B Blue Bird

      Hello every one~ I want to get E-Mail account infomation of OutLook( express , XP, 2003... ) for example, Incomming E-Mail Address( POP3 ) : mail.codeproject.com Outgoing E-Mail Address( SMTP ) : mail.codeproject.com User Name : bluebird E-Mail Address : bluebird@codeproject.com User ID : bluebird User PassWd : ******** How to get this Infomation? I have been saw about MAPI. but I can't get Information that I want Help me please. and sorry for my little English

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      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

      C B 2 Replies Last reply
      0
      • D David Crow

        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

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        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++

        T D 2 Replies Last reply
        0
        • B Blue Bird

          Hello every one~ I want to get E-Mail account infomation of OutLook( express , XP, 2003... ) for example, Incomming E-Mail Address( POP3 ) : mail.codeproject.com Outgoing E-Mail Address( SMTP ) : mail.codeproject.com User Name : bluebird E-Mail Address : bluebird@codeproject.com User ID : bluebird User PassWd : ******** How to get this Infomation? I have been saw about MAPI. but I can't get Information that I want Help me please. and sorry for my little English

          M Offline
          M Offline
          munawar1968
          wrote on last edited by
          #4

          Wassup pal.. writing a trojan?? ;) Want the code in C ??

          B 1 Reply Last reply
          0
          • M munawar1968

            Wassup pal.. writing a trojan?? ;) Want the code in C ??

            B Offline
            B Offline
            Blue Bird
            wrote on last edited by
            #5

            no... :) I make a Spam Mail Filter. I want to get it for user's convenience

            M 1 Reply Last reply
            0
            • D David Crow

              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

              B Offline
              B Offline
              Blue Bird
              wrote on last edited by
              #6

              um... Do you give me more informations and sample source and URL? thanks in advance

              D 1 Reply Last reply
              0
              • B Blue Bird

                no... :) I make a Spam Mail Filter. I want to get it for user's convenience

                M Offline
                M Offline
                munawar1968
                wrote on last edited by
                #7

                Ok.. read the all reg values under HKCU\SOFTWARE\Microsoft\Internet Account Manager\Accounts\ All the goodies you want are there...

                B 1 Reply Last reply
                0
                • M munawar1968

                  Ok.. read the all reg values under HKCU\SOFTWARE\Microsoft\Internet Account Manager\Accounts\ All the goodies you want are there...

                  B Offline
                  B Offline
                  Blue Bird
                  wrote on last edited by
                  #8

                  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

                  M D 2 Replies Last reply
                  0
                  • B Blue Bird

                    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

                    M Offline
                    M Offline
                    munawar1968
                    wrote on last edited by
                    #9

                    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.

                    B 2 Replies Last reply
                    0
                    • C Christian Graus

                      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++

                      T Offline
                      T Offline
                      ThatsAlok
                      wrote on last edited by
                      #10

                      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 and IImnAccountManager 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

                      1 Reply Last reply
                      0
                      • M munawar1968

                        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.

                        B Offline
                        B Offline
                        Blue Bird
                        wrote on last edited by
                        #11

                        I know that HKCU means HKEY_CURRENT_USER.. and Checked again but there's no regsitry...

                        1 Reply Last reply
                        0
                        • M munawar1968

                          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.

                          B Offline
                          B Offline
                          Blue Bird
                          wrote on last edited by
                          #12

                          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.

                          M 2 Replies Last reply
                          0
                          • B Blue Bird

                            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.

                            M Offline
                            M Offline
                            munawar1968
                            wrote on last edited by
                            #13

                            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.

                            B 1 Reply Last reply
                            0
                            • M munawar1968

                              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.

                              B Offline
                              B Offline
                              Blue Bird
                              wrote on last edited by
                              #14

                              um... there is that reg path where othre PC using OutLook 2003. and I registered 3 account to OutLook 2003 on my PC. I don't konw what problem :(( and thanks for your continuous help

                              1 Reply Last reply
                              0
                              • B Blue Bird

                                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.

                                M Offline
                                M Offline
                                munawar1968
                                wrote on last edited by
                                #15

                                Check HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook

                                B 1 Reply Last reply
                                0
                                • M munawar1968

                                  Check HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook

                                  B Offline
                                  B Offline
                                  Blue Bird
                                  wrote on last edited by
                                  #16

                                  there is HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\OMI Account Manager\Accounts but don't have any informations... just blank key or default values...

                                  1 Reply Last reply
                                  0
                                  • C Christian Graus

                                    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++

                                    D Offline
                                    D Offline
                                    David Crow
                                    wrote on last edited by
                                    #17

                                    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

                                    1 Reply Last reply
                                    0
                                    • B Blue Bird

                                      um... Do you give me more informations and sample source and URL? thanks in advance

                                      D Offline
                                      D Offline
                                      David Crow
                                      wrote on last edited by
                                      #18

                                      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

                                      B 1 Reply Last reply
                                      0
                                      • B Blue Bird

                                        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

                                        D Offline
                                        D Offline
                                        David Crow
                                        wrote on last edited by
                                        #19

                                        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

                                        B 1 Reply Last reply
                                        0
                                        • D David Crow

                                          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

                                          B Offline
                                          B Offline
                                          Blue Bird
                                          wrote on last edited by
                                          #20

                                          thanks a lot! Have a good job~

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups