Results 1 to 6 of 6

Thread: Creation of Outlook Email accounts using visual basic?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2004
    Location
    Manchester
    Posts
    266

    Unhappy Creation of Outlook Email accounts using visual basic?

    Hi,

    I'm launching a new email service soon and would like to be able to create a program that automatically creates accounts in outlook without the user having to enter pop and smtp server information etc.
    How could I do this?
    Is it possible?
    ---If it is too much trouble I won't bother but it would be nice--------
    Many thanks,

    Jord

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Creation of Outlook Email accounts using visual basic?

    Are you running Exchange Server then? Which version if so?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Creation of Outlook Email accounts using visual basic?

    I double checked and the Outlook Object Model does not support the creation of user accounts.
    It does support using .prf files. It processes them to create a profile under Outlook 2002 and 2003.
    Last edited by RobDog888; Jul 8th, 2005 at 05:58 PM. Reason: Type-O :D
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2004
    Location
    Manchester
    Posts
    266

    Re: Creation of Outlook Email accounts using visual basic?

    Quote Originally Posted by RobDog888
    I double checked and the Outlook Object Model does not support the creation of user accounts.
    It does support using .prf files. It processes them to create a profile under Outlook 2002 and 2003.
    "Are you running Exchange Server then? Which version if so?"

    I'm using Apache, MercuryMail server, FileZilla FTP server and MYSQL.
    However, I already have written a PHP script that automatically creates a user email account on the mail server.
    I just need a vb program that the user can download which automatically configures Outlook to get their email.
    I personally use Outlook 2000, but i'd like it to be cross-compatible.

    "I double checked and the Outlook Object Model does not support the creation of user accounts.
    It does support using .prf files. It processes them to create a profile under Outlook 2002 and 2003."

    Google have an application for Gmail that automatically configures Outlook so it must be possible within the OOM.
    I realise that .prf files can be used, but these then need to be imported by the user at Oulook runtime.

    Do you have any other suggestions?

    Jord

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2004
    Location
    Manchester
    Posts
    266

    Re: Creation of Outlook Email accounts using visual basic?

    A guilty bump

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Creation of Outlook Email accounts using visual basic?

    GMail probably uses the prf files too to configure the Outlook profiles. Thats about the only option so they must be using it.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width