Get more than 100 records with a.protocol.resolve_names #1312
hishamahmeddeep
started this conversation in
General
Replies: 2 comments 4 replies
|
EWS does not support returning more than 100 results. See https://learn.microsoft.com/en-us/exchange/client-developer/web-service-reference/resolvenames-operation You can match against a number of fields on the contact, which should allow you to refine your search to be more specific: https://learn.microsoft.com/en-us/exchange/client-developer/web-service-reference/unresolvedentry |
0 replies
|
thnx @ecederstrand is above possible with your library? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am able to get 100 records with a.protocol.resolve_names
but how can i get next 100 or more records?
is there a way to get exact name search? with any other class methods?
All reactions