A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Export outlook address folder..3rd party tools

  1. #1
    Junior Member scudsucker's Avatar
    Join Date
    Feb 2003
    Location
    Cape Town, RSA
    Posts
    1,509

    Export outlook address folder..3rd party tools

    Hi- I'm trying to create a webmail app's front end. The client has asked if we can provide a service that will allow a user to easily upload their contacts list from outlook/outlook express as simply as possible, even if it is by downloading a small .exe to do it for them.

    I am not a VB or ASP.NET developer, though apparently services like www.plaxo.com are made using VB and/or C#, and so I'd like to ask if this is possible using any flash third party tools, perhaps by processing .dbx files?

    Any suggestions will be gratefully recieved!
    Hariyemadzisawira nhaka yedu! Down the SCUD and win!
    I'm too lazy to read Private Messages.

  2. #2
    Lifetime Friend of Site Staff Northcode's Avatar
    Join Date
    Dec 2000
    Location
    Whitehorse YT
    Posts
    3,764
    Assuming you want to automate this and not just use the export facility built into Outlook or Outlook Express you will have to create a utility that reads the WAB format. I have written a utility that pulls just the email addresses out of a WAB file, but to get more data (without jumping through hoops) you should do it properly (i.e. use the APIs that Microsoft exposes).

    In C:\Program Files\Common Files\system there should be a file called wab32.dll (Microsoft Address Book DLL). This DLL ships with IE 5.5 (and later), presumably as part of Outlook Express. It contains a function called WABOpen that returns an IAddrBook interface that supports access to the MAPI address book.
    Last edited by Northcode; 04-21-2004 at 08:39 PM.

  3. #3
    Junior Member scudsucker's Avatar
    Join Date
    Feb 2003
    Location
    Cape Town, RSA
    Posts
    1,509
    Thanks very very much!

    I've been searching around for a method, and am way out of my depth in the world of VB and ActiveX etc etc... so its nice to hear a straight and simple pointer.

    But thats why I like the flash community, even the most newbie questions are answered with patience.

    I'll get onto it, though at the moment it looks like I cannot do the project, we'll have to outsource.
    Hariyemadzisawira nhaka yedu! Down the SCUD and win!
    I'm too lazy to read Private Messages.

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

HTML5 Development Center