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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Problem accessing Exchange server from windows vista [modified]

Problem accessing Exchange server from windows vista [modified]

Scheduled Pinned Locked Moved C#
helpcsharpvisual-studiosysadminbusiness
1 Posts 1 Posters 1 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
    Suj_78
    wrote on last edited by
    #1

    Hi Guys, I am trying to access the inbox on Exchange Server 2003 by writting a following code in Visual Studio 2005 on windows vista business edition. ADODB.Connection oCn = new ADODB.Connection(); ADODB.Recordset oRs = new ADODB.Recordset(); ADODB.Fields oFields; ADODB.Field oField; // TODO: string sFdUrl = @"https://exchange server/owa/"; oCn.Provider = "MSDAIPP.DSO";// "exoledb.datasource"; oCn.Open(sFdUrl, @"domain\user", "Password", -1);---------- This is wehre I am getting an exception. The exception says : {"Provider cannot be found. It may not be properly installed."} Can you help to solve this issue please? Thanks -- modified at 7:46 Friday 19th October, 2007

    happy coding!

    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