Results 1 to 9 of 9

Thread: [2005] retrieve Contact directly from Outlook

  1. #1

    Thread Starter
    Hyperactive Member Coool's Avatar
    Join Date
    Feb 2006
    Location
    System.Coool
    Posts
    333

    Question [2005] retrieve Contact directly from Outlook

    Hi all, Is there any third party component that directly fetch contacts from Outlook..?
    I am using .NET 2010 with Windows 7

  2. #2
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    Re: [2005] retrieve Contact directly from Outlook

    This should do it:

    http://support.microsoft.com/kb/310260

    HTH,
    HoraShadow
    I do like the reward system. If you find that my post was useful, rate it.

  3. #3

    Thread Starter
    Hyperactive Member Coool's Avatar
    Join Date
    Feb 2006
    Location
    System.Coool
    Posts
    333

    Re: [2005] retrieve Contact directly from Outlook

    Well i know that but it may be possible to retrieve contact from outlook express? That's why i am asking for third party component.
    I am using .NET 2010 with Windows 7

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] retrieve Contact directly from Outlook

    To clarify: Are you looking to use an ActiveX control that works with Outlook Express?

  5. #5

    Thread Starter
    Hyperactive Member Coool's Avatar
    Join Date
    Feb 2006
    Location
    System.Coool
    Posts
    333

    Re: [2005] retrieve Contact directly from Outlook

    Actually, I am looking for ActiveX control that can fetch contact from both MS Outlook and Outlook Express.

    I Used Mircosoft Interop Assembly for fetching contact from MS Outlook in VB.NET. But don't know abt it's backward compitibility with ASP.NET.

    If u have any suggestion, then it's most welcome.
    I am using .NET 2010 with Windows 7

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] retrieve Contact directly from Outlook

    I have a suspicion that you are confusing two issues.

    ActiveX controls run on the client side. On the user's machine, even though they sit on the web page. Therefore this ActiveX control, if it exists, will read from the user's Outlook/Outlook Express.

    On the other hand, you are mentioning Interop and using VB.NET and its... compatibility with ASP.NET. That will not read from the client's Outlook/OE. It only works on the server side.

    If you are doing this server side, the best you can do is read from Active Directory (which is used by Exchange Server) and get a list of all the users there.

    If you, however, meant client side, then you need to find an ActiveX control. COM controls, if you remember them. They sit on the web page and the user needs to install it when they load the page. ActiveX is also not trusted and regarded as malicious these days. But if it's the ActiveX you're after, you ought to do a search for such a control, or write one yourself in VB6.

    It will only sit on your page, there is no interop involved.

  7. #7

    Thread Starter
    Hyperactive Member Coool's Avatar
    Join Date
    Feb 2006
    Location
    System.Coool
    Posts
    333

    Re: [2005] retrieve Contact directly from Outlook

    Thanks mendhak to pointing me the right direction..
    I am using .NET 2010 with Windows 7

  8. #8
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] retrieve Contact directly from Outlook

    What did you choose then?

  9. #9

    Thread Starter
    Hyperactive Member Coool's Avatar
    Join Date
    Feb 2006
    Location
    System.Coool
    Posts
    333

    Re: [2005] retrieve Contact directly from Outlook

    Well I tried using Plaxo, but not working properly for Outlook / Outlook Express.

    So, Will try to use Exchange Server and Extended MAPI.
    Some important Links i found so far are..


    http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.office.developer.outlook.vba&cat=en_us_64bc8f51-2dd9-413a-b143-5e092532840c&lang=en&cr=us


    http://www.c-sharpcorner.com/UploadF...b-b1f1f677dde6
    I am using .NET 2010 with Windows 7

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