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#
  4. How to access the outlook Address Book

How to access the outlook Address Book

Scheduled Pinned Locked Moved C#
helptutorialquestionlearning
3 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.
  • A Offline
    A Offline
    AnnnS
    wrote on last edited by
    #1

    Hi Its very urgent . Can anyone help me in this problem?? I AM ABLE TO DO ALL THE OPERATIONS WITH OUTLOOK EXCEPT READING THE ADDRESS BOOK... PLZ HELP ME .. Thanks in advance Akhil:confused:

    R 1 Reply Last reply
    0
    • A AnnnS

      Hi Its very urgent . Can anyone help me in this problem?? I AM ABLE TO DO ALL THE OPERATIONS WITH OUTLOOK EXCEPT READING THE ADDRESS BOOK... PLZ HELP ME .. Thanks in advance Akhil:confused:

      R Offline
      R Offline
      Robert Rohde
      wrote on last edited by
      #2

      Have a look at this[^] or this[^] article.

      A 1 Reply Last reply
      0
      • R Robert Rohde

        Have a look at this[^] or this[^] article.

        A Offline
        A Offline
        AnnnS
        wrote on last edited by
        #3

        Thanks Robert for ur instant reply... it helped me to some extend .. but i needed to access global address book.. i got it .. by the following code int s=oNameSpace.AddressLists.Item(1).AddressEntries.Count; for(int i=1;i<=s;i++) { lb.Items.Add(oNameSpace.AddressLists.Item(1).AddressEntries.Item(i).Name); } Thanks Again

        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