Forum Discussion

trademacher's avatar
trademacher
Copper Contributor
Jul 13, 2022

Mail - Porting from EWS: What's the equivalent of EWS EventType.Moved for Subscritions/Delta Request

Hi folks,

we currently porting EWS connections in our application (EWS support fo Office/Outlook 365 will be outdated soon/this fall) for all our customers using Outlook as port of Office 365 by using msgraph-sdk-dotnet. So far so good.

 

EWS offered EventType.Moved for subscritions in order to deteced mails which has been moved to observerd mail forder. Some of our uses cases are based heavily on this feature.

So we are wondering what's the equivalent of EventType.Moved is in msgraph.

https://docs.microsoft.com/de-de/graph/api/resources/subscription?view=graph-rest-1.0 resource does only offer the following: changeType-s created, updated and/or deleted .

How should we map/port EventType.Moved from EWS to msgraph?

 

https://docs.microsoft.com/en-us/graph/api/message-delta?view=graph-rest-1.0&tabs=http cannot be filtered for moved mails either or this there a hidden feature or a neat trick in order to detect if a mail has been moved into an folder?

Any hints for this porting issue would be really great!

Thx

No RepliesBe the first to reply