You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
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 :
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 :
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 text was updated successfully, but these errors were encountered: