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. COM
  4. Creating Windows mail(outlook expr) account on Vista

Creating Windows mail(outlook expr) account on Vista

Scheduled Pinned Locked Moved COM
c++helpquestion
6 Posts 2 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.
  • S Offline
    S Offline
    Sonani Prakash
    wrote on last edited by
    #1

    Hi I want to create windows mail account on Vista, For that I came to know that it can be possible trough IImnAccountManager. But to get the pointer of this interface need "imnact.h" file. and I think also need proper dll to be registered for this. that i don't have. Can any body help me on this..? Or If any body have idea to create outlook express account trough any type of C++/VC++ code then please provide me information on this. Thanks, Prakash.

    sonani prakash

    L 1 Reply Last reply
    0
    • S Sonani Prakash

      Hi I want to create windows mail account on Vista, For that I came to know that it can be possible trough IImnAccountManager. But to get the pointer of this interface need "imnact.h" file. and I think also need proper dll to be registered for this. that i don't have. Can any body help me on this..? Or If any body have idea to create outlook express account trough any type of C++/VC++ code then please provide me information on this. Thanks, Prakash.

      sonani prakash

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      I don't have details related to your problem, but I tried looking the interface detail in MSDN http://msdn2.microsoft.com/en-us/library/ms712735.aspx[^] to read and possibly help you. But I found the MSDN description as follows IImnAccountManager Deprecated. This object allows a client to create, open, delete, and enumerate accounts. Considering that MSDN documentation for this interface is latest, this interface is deprecated so do you still want to use it? You will need msoeacct.dll version 6.0 or later for this interface. From MSDN, I got this link - http://msdn2.microsoft.com/en-us/library/ms715237.aspx[^] This might help you.

      S o h a i l K a d i w a l a
      To Err Is Human; to Debug, Divine

      S 1 Reply Last reply
      0
      • L Lost User

        I don't have details related to your problem, but I tried looking the interface detail in MSDN http://msdn2.microsoft.com/en-us/library/ms712735.aspx[^] to read and possibly help you. But I found the MSDN description as follows IImnAccountManager Deprecated. This object allows a client to create, open, delete, and enumerate accounts. Considering that MSDN documentation for this interface is latest, this interface is deprecated so do you still want to use it? You will need msoeacct.dll version 6.0 or later for this interface. From MSDN, I got this link - http://msdn2.microsoft.com/en-us/library/ms715237.aspx[^] This might help you.

        S o h a i l K a d i w a l a
        To Err Is Human; to Debug, Divine

        S Offline
        S Offline
        Sonani Prakash
        wrote on last edited by
        #3

        Dear Sohail, Thanks for your reply. You are right they are mentioning it's deprecated so what I understood is It has support on XP but not on Vista.Is it ? For using this interface also I need "imnact.h" file.that i don't get any where in visual studio setup or any where else. and the link you have suggested that I have already read it. What I come to know is,for creating account on windows mail they are creating one .oeaccount file into some specific folder of windows mail, which will contain account information in the form of xml data. Now I have problem here about password tag in this file,how to generate encrypted password. so I thought there should be some way to create this account through some API. I am stuggling since long time but not getting any clue on this... could you suggest any other site or help on this...? Thanks, Prakash

        sonani prakash

        L 1 Reply Last reply
        0
        • S Sonani Prakash

          Dear Sohail, Thanks for your reply. You are right they are mentioning it's deprecated so what I understood is It has support on XP but not on Vista.Is it ? For using this interface also I need "imnact.h" file.that i don't get any where in visual studio setup or any where else. and the link you have suggested that I have already read it. What I come to know is,for creating account on windows mail they are creating one .oeaccount file into some specific folder of windows mail, which will contain account information in the form of xml data. Now I have problem here about password tag in this file,how to generate encrypted password. so I thought there should be some way to create this account through some API. I am stuggling since long time but not getting any clue on this... could you suggest any other site or help on this...? Thanks, Prakash

          sonani prakash

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Sonani Prakash wrote:

          what I understood is It has support on XP but not on Vista.Is it ?

          From what I read and understood, it seems they were unsure about whether it this API will exist on XP in future or not. Since the documentation mentions it to be Deprecated and a Note says - The IImnAccountManager interface is available for use in Microsoft Windows XP. It might be altered or unavailable in subsequent versions., I would not continue using this interface.

          Sonani Prakash wrote:

          For using this interface also I need "imnact.h" file.that i don't get any where in visual studio setup or any where else.

          In such cases, you may need the latest Platform SDK from Microsoft.

          Sonani Prakash wrote:

          creating account on windows mail they are creating one .oeaccount file into some specific folder of windows mail, which will contain account information in the form of xml data.

          Yes, they talk about some XML configuration files and entries to be created for Windows mail account.

          Sonani Prakash wrote:

          Now I have problem here about password tag in this file,how to generate encrypted password. so I thought there should be some way to create this account through some API.

          Can't help, as I said earlier, I don't know or haven't worked on this yet. Just read MSDN to help you. Try this forum and post your query there as well - http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=24&SiteID=1[^]

          S o h a i l K a d i w a l a
          To Err Is Human; to Debug, Divine

          S 1 Reply Last reply
          0
          • L Lost User

            Sonani Prakash wrote:

            what I understood is It has support on XP but not on Vista.Is it ?

            From what I read and understood, it seems they were unsure about whether it this API will exist on XP in future or not. Since the documentation mentions it to be Deprecated and a Note says - The IImnAccountManager interface is available for use in Microsoft Windows XP. It might be altered or unavailable in subsequent versions., I would not continue using this interface.

            Sonani Prakash wrote:

            For using this interface also I need "imnact.h" file.that i don't get any where in visual studio setup or any where else.

            In such cases, you may need the latest Platform SDK from Microsoft.

            Sonani Prakash wrote:

            creating account on windows mail they are creating one .oeaccount file into some specific folder of windows mail, which will contain account information in the form of xml data.

            Yes, they talk about some XML configuration files and entries to be created for Windows mail account.

            Sonani Prakash wrote:

            Now I have problem here about password tag in this file,how to generate encrypted password. so I thought there should be some way to create this account through some API.

            Can't help, as I said earlier, I don't know or haven't worked on this yet. Just read MSDN to help you. Try this forum and post your query there as well - http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=24&SiteID=1[^]

            S o h a i l K a d i w a l a
            To Err Is Human; to Debug, Divine

            S Offline
            S Offline
            Sonani Prakash
            wrote on last edited by
            #5

            Thanks dear, For your suggestions. Prakash.

            sonani prakash

            L 1 Reply Last reply
            0
            • S Sonani Prakash

              Thanks dear, For your suggestions. Prakash.

              sonani prakash

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              welcome :)

              S o h a i l K a d i w a l a
              To Err Is Human; to Debug, Divine

              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