Connect to Microsoft Exchange Server from ASP.NET

Last post 06-29-2009 7:27 AM by jimmy q. 1 replies.

Sort Posts:

  • Connect to Microsoft Exchange Server from ASP.NET

    06-29-2009, 6:53 AM
    • Member
      38 point Member
    • ashok.k
    • Member since 02-02-2009, 12:23 PM
    • Posts 118

     

    Hi

      How to connect to Microsoft Exchange server using ASP.NET code.  Can i read the Mailbox of a User by passing his Exchange server name and Credentials?

    Can you suggest some articels or code sampels regarding this?

     

    Thanks
    Ashok

  • Re: Connect to Microsoft Exchange Server from ASP.NET

    06-29-2009, 7:27 AM
    Answer
    • All-Star
      46,034 point All-Star
    • jimmy q
    • Member since 11-02-2006, 9:01 AM
    • Australia
    • Posts 3,175
    • Moderator
      TrustedFriends-MVPs

    ashok.k:

      How to connect to Microsoft Exchange server using ASP.NET code.  Can i read the Mailbox of a User by passing his Exchange server name and Credentials?

    Can you suggest some articels or code sampels regarding this?

    You can use WEBDAV to send HTTP POST requests to the Exchange server and in the request message contain actions on how to interact with Exchange, like checking inbox of certain accounts, CRUD capabilties along with calendar.

    http://blog.mbcharbonneau.com/2006/10/26/using-net-and-webdav-to-access-an-exchange-server/

    http://msdn.microsoft.com/en-us/library/aa123571(EXCHG.65).aspx

    http://blogs.msdn.com/webdav_101/archive/2008/03/12/howto-webdav-propfind-using-vb-net.aspx

Page 1 of 1 (2 items)