Reputation: 999
I need to use impersonation to create events on multiple user's calendars at the same time.
Is it possible to send a single request with multiple SOAP envelopes with the event details, or do I need to send separate requests for each event that needs to be created?
Upvotes: 0
Views: 65
Reputation: 22032
If your using Impersonation then then answer is no because impersonation is set at the envelope level you need multiple request. EWS allows batching but these requests are batched within one envelope and hence one security context. If you used a Service Account that had been granted access to all the mailboxes you where trying to access then it would be possible.
Cheers Glen
Upvotes: 1