Outlook calender

Last post 10-09-2009 6:40 AM by Kelly_hate. 4 replies.

Sort Posts:

  • Outlook calender

    11-25-2008, 11:49 AM
    • Member
      point Member
    • vthatipamula
    • Member since 11-13-2008, 5:21 PM
    • Lowell
    • Posts 12
    1)I dont have outlook installed on my webserver 2)In my website when user registers for a class, a calender event should be sent to them with date and time of the class 3)If the user cancels or declines the appointment it should be directed to a mail address which I will specify(static) in the code(it is the admins email id)
    Vamshi
  • Re: Outlook calender

    11-25-2008, 2:08 PM
    • Member
      266 point Member
    • mikelau13
    • Member since 08-12-2008, 8:36 PM
    • Toronto
    • Posts 48

    what is your question   o.o? 

    try infragistics web schedule:  http://www.infragistics.com/dotnet/netadvantage/aspnet/webschedule.aspx#Overview 

    If you like my answer don't forget to mark it "Answer"
  • Re: Outlook calender

    11-25-2008, 2:24 PM
    • Member
      point Member
    • vthatipamula
    • Member since 11-13-2008, 5:21 PM
    • Lowell
    • Posts 12
    Q1) Is it necessary to install outlook on the webserver if the website contains code which creates calender events Q2) I am able to create a outlook calender and send it. But I want to specify the sender email address in the code so if the user declines or cancels the meeting, the response should go to the email address I specify. Thank you
    Vamshi
  • Re: Outlook calender

    11-27-2008, 4:51 AM
    Answer

    Hi,

    To send Appointments from an ASP.NET 2.0 Web Site, we can create .ICS file and sent it to client.

    For more information, see http://msdn.microsoft.com/en-us/library/bb655909.aspx and http://www.codeproject.com/KB/applications/SendAppointment.aspx

    To read email from an ASP.NET 2.0 Web Site, we either need a Mime parsing component such as aspNetMime or a POP3 component such as aspNetPOP3. (http://www.systemnetmail.com/faq/1.6.aspx).

     

    I look forward to hearing from you.

    Thomas Sun
    Microsoft Online Community Support

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
  • Re: Outlook calender

    10-09-2009, 6:40 AM
    • Member
      14 point Member
    • Kelly_hate
    • Member since 10-08-2009, 4:44 AM
    • Posts 14

    Hi,

    You can check out the following useful tool: NetXtremePop3

     


Page 1 of 1 (5 items)