skip to Main Content

I want to pull the subject and date from the Outlook application and this data will be posted to a website has text box and it will fill these boxes.

Lets just say I have automated email has this website link

Once I click on it it will open up the website and already will fill the subject and date of the email.

is it possible to do that?

Thanks

2

Answers


  1. you can use microsoft graph api to get email content and display it as you want,
    this link will be useful https://learn.microsoft.com/en-us/graph/api/message-get?view=graph-rest-1.0&tabs=http

    Login or Signup to reply.
  2. This have no logic –

    the Outlook application is run on client ? then you can not read anything because asp.net runs on server…

    the outlook application is runs on server ? neither that can works because asp.net is a service and logged in as a non user interface – so outlook not runs – and even if its runs, it will be on different user

    You only need to read outlook data ?
    The outlook data, is actual e-mails – so you have to find a different approaches and read the emails…

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search