hi _cparker
Thanks for the quick response: For this question: https://techcommunity.microsoft.com/t5/exchange-team-blog/retirement-of-rbac-application-impersonation-in-exchange-online/bc-p/4104208/highlight/true#M38585
I ran the script with date range for 1 day:
I see that two accounts: "user2" and admin"" are having application impersonation role assigned. But there are no results in audit logs.
although one of the users(mailto:user1@xxx) had performed EWS copyItems to another mailbox(mailto:admin@xxx) by using the EWS API in this time window-
ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010_SP2);
service.setImpersonatedUserId(new ImpersonatedUserId(connectingIdType, "user1@xxxx"));
Does this mean this account is not affected or am i missing something?
Can this API: service.setImpersonatedUserId(new ImpersonatedUserId(connectingIdType, "user1@xxxx")); be used post May 2024?
Request your clarification on this.