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. Web Development
  3. ASP.NET
  4. Embed Outlook (Calendar Part) into ASP NET Application

Embed Outlook (Calendar Part) into ASP NET Application

Scheduled Pinned Locked Moved ASP.NET
csharpvisual-studioasp-netsysadminhelp
2 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.
  • I Offline
    I Offline
    irfankhan5
    wrote on last edited by
    #1

    Hi, I have an email account on 2003 Exchange Server. Now, I have to make available the Calendar part of this account available on my ASP.NET web application. Is there a way to embed Outlook into ASP.NET Application? If not, then is there a way to communicate with the Exchange Server and display the current calendar entries, reschedule/delete calendar entries, and create new calendar entries via ASP.NET? My application was developed in ASP 1.0 using VS 2003. However, I do have access to ASP 2.0 and Visual Studio 2005. Any help will be greatly appreciated. I have not done any sort of office development, and hence am completely naive in this topic. Thanks in advance.

    R 1 Reply Last reply
    0
    • I irfankhan5

      Hi, I have an email account on 2003 Exchange Server. Now, I have to make available the Calendar part of this account available on my ASP.NET web application. Is there a way to embed Outlook into ASP.NET Application? If not, then is there a way to communicate with the Exchange Server and display the current calendar entries, reschedule/delete calendar entries, and create new calendar entries via ASP.NET? My application was developed in ASP 1.0 using VS 2003. However, I do have access to ASP 2.0 and Visual Studio 2005. Any help will be greatly appreciated. I have not done any sort of office development, and hence am completely naive in this topic. Thanks in advance.

      R Offline
      R Offline
      RichardGrimmer
      wrote on last edited by
      #2

      You can't "embed" an application in a webpage wihtout much MUCH playing around (Quickest way would be to create an AX that started it, but would still not embed it - would run on its own).... The entire Exchange structure can be accessed through various classes in .NET, a quick google would give info...(In fact, if I remember correctly, ASP.net w/site has a component gallery, which includes something to treat exchange as a database, so can execute queries such as "SELECT * FROM Mail WHERE From='some_dude@somewhere.com' - sure this can be done in the calendar etc too....) Alternatively, Exchange provides a "web view" - you could try to embed that into a webpart / redirect the user there... "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox

      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