You must Sign In to post a response.
  • Category: ASP.NET

    How to Connect to OUTLOOK from web application in asp.net using c#

    Hi Developers ,

    I an creating a project. and i have a requirement like this
    i have bind some mail id's on my web page
    If i click one of a Mail id a Otlook mail window should be open.
    i have to adding some Text and also Attachments.
    finally when i am click the Send button na My Mail should go to the Mail Id which is i have Clicked with Text and also Attachments.
    Also there options should be available for View sent and Received Emails.

    Important Note : Can we Bind a Attachment Auotmatically when the Outlook window is opening when click the Email link.
    please tell me also if this is Impossible to Done

    i am trying with google.
    friends and brothers if anyone of you know about my requirement please suggest me to how i am done this task

    thanks with
    Paul.S
  • #769010

    Hai Paul Raj,
    To connect with the Outlook in ASP.net Application, you need to use the API which is provided by the Microsoft and then you need to connect with the OutLook using the connection string and fetch the email and show in the application.
    You can implement it using exchange server or the dll provided by the Microsoft.
    Below are few links which can give you the code snippet for the implementation in your application:

    http://stackoverflow.com/questions/4328844/techniques-for-integrating-an-asp-net-intranet-app-with-the-outlook-calendar

    For online Outlook, you can use the below code snippet:

    https://dev.outlook.com/restapi/Tutorial/dotnet

    Hope it will be helpful to you.


    Regards,
    Pawan Awasthi(DNS MVM)
    +91 8123489140 (whatsApp), +60 14365 1476(Malaysia)
    pawansoftit@gmail.com


  • Sign In to post your comments