Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Resolve ambiguous names by using EWS #747

Open
nvPhong321 opened this issue Oct 28, 2021 · 0 comments
Open

Resolve ambiguous names by using EWS #747

nvPhong321 opened this issue Oct 28, 2021 · 0 comments

Comments

@nvPhong321
Copy link

I have a question about "Resolve ambiguous names by using EWS :"
I have a list of usernames "[email protected], #[email protected], [email protected]" and I'm searching username by
but I encountered the following cases :

  • when I input "r" the results return all usernames
  • when I input "#" the result is "#[email protected]"
  • when i input "-r" it returns an error is "ErrorNameResolutionNoResults"
  • finally when I input number "2" it returns only "[email protected]" and without "#[email protected]"

this is my code :
<ResolveNames xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" ReturnFullContactData="true"> <UnresolvedEntry>keysearch</UnresolvedEntry> </ResolveNames>

So I have some questions :

  • The searching will depend on which part of the username? the first character, or match with
  • Is there any way to unify the search, such as searching based on the first character of the username?
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant