Approve Email via EWS API Exchange

I have a situation where I will need to redirect messages to another mailbox, which will be a moderator. Programmatically - is there a way to approve the message that I receive in the moderator's mailbox? I do not see explicit support in EWS. Does any other type of API support Microsoft?

+5
source share
1 answer

This is not possible using the Graph or Outlook REST APIs.

You may be able to accomplish this using the Transport Rules . There is a script described for setting up an Email Approval Chain that seems similar. However, this is a configuration procedure, not a REST API.

+1
source

Source: https://habr.com/ru/post/1266620/


All Articles