Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EWS Managed API is missing a public interface to send messages in a batch #95

Open
TomWilloughby opened this issue Aug 3, 2016 · 0 comments

Comments

@TomWilloughby
Copy link

The Core/ExchangeService.cs class contains several public methods that allow performing an action on multiple items. For example, CreateItems, UpdateItems, CopyItems, etc.

Looking at the code for the internal SendItem method, SendItemRequest is also set up to perform the action on multiple items, but there is no public interface that would allow making the request with more than one item. Since SendItemRequest is also internal, it's not even possible to use the class directly to perform the request.

Is there a design decision behind the exclusing on a SendItems public method? If not would there be any objection to me adding the method in and submitting a pull requst?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant