Share via

reply with attachment

sam qureshi 1 Reputation point
2022-05-09T13:42:39.627+00:00

i am making a website using Mail365 features. how can i add reply functionality with attachment? as i cant find any api related to it

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. Glen Scales 4,446 Reputation points
    2022-05-10T01:04:25.107+00:00

    You might want to add some more detail in your question as it not clear what your asking.

    As a starter there is a createreply method that allows you to create a reply draft message https://learn.microsoft.com/en-us/graph/api/message-createreply?view=graph-rest-1.0&tabs=http you can then add attachments https://learn.microsoft.com/en-us/graph/api/message-post-attachments?view=graph-rest-1.0&tabs=http to that draft and send

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.