I am trying to access user settings of a mailbox using exchange web service(using OAuth). I am able to read inbox mails but looks like to get user settings we need to create Autodiscover service. I am unable to get the user settings using above service. If any one already used the autodiscover service with OAuth authentication please guide me on how to do that.
How to access user settings using Exchange web service managed API?
125 Views Asked by Mahesh kumar Chiliveri At
1
There are 1 best solutions below
Related Questions in EXCHANGE-SERVER
- Directing proofpoint to ms exchange
- Allowing any member of a dynamic group to send as from a shared mailbox
- In Exchange 2019 on-prem, how do I configure send connectors to disable DNS lookups?
- List calculating each archive folders in Exchange On-Prem
- Share Outlook calendars with all members of specific security group
- Create exchange appointment using ews-javascript-api
- Microsoft outlook Caught exception in remote runspace creation, The WinRM service cannot process the request Redirect location reported
- Set-MailboxAutoReplyConfiguration not recognized even after installing as admin
- How to get the mailbox statistics data for more than 70,000 shared mailboxes in bulk
- Rails 7 send mail via Microsoft Exchange SMTP using oauth2
- Get .msg Copy by Criteria 'PR_INTERNET_MESSAGE_ID'
- MS Graph (Outlook) List messages 'ReceivedDateTime GT' operation failing by 1 second
- EWS Operation Item.Copy fails with 'full_access_as_app' permission
- EWS EmailMessage Move failed
- Can there be multiple DKIM and SPF records on one domain (alongside Microsoft Exchange hosted email)?
Related Questions in EXCHANGEWEBSERVICES
- Send M365 meeting invitations to selected attendees
- Graph api using search and orderby at sametime
- Create exchange appointment using ews-javascript-api
- Response from Exchange Web Service is invalid XML
- Exchange Audit Log Endpoint Returns 401
- Exception managing personal outlook.com e-mail using EWS (migration to OAuth2 required?)
- BluePrism - Move or upload a mail from one email Inbox to a different one
- EWS Operation Item.Copy fails with 'full_access_as_app' permission
- EWS EmailMessage Move failed
- exchange web services: export item which larger than 2GB got 400 with empty response
- Trying to get EWS account causes perfproc event 2002 and crashes
- Issue converting EntryId to EwsId, it gives ImmutableId
- How to migrate a function UploadItemFts(string folderId, byte[data]) on EWS managed api to Graph function
- BUG? deleting occurrence with ews managed api deletes entire series
- When I use the official ews Java API and demo call interface to retrieve the busy status of other users, I always report error 404
Related Questions in AUTODISCOVERY
- how to dynamicly use pod lables in filebeat to send logs to specific logstash pipeline?
- Discover Already known domains to netflix eureka
- Why does Python unittest auto-discovery not work when running in a subprocess?
- laravel 10 install, debugbar auto discovery
- Implementation of Hazelcast 5.0.2 embedded in application fails to detect itself and second pod when migrated to AWS EKS Infrastructure
- Hazelcast's IMap stopped working after upgrading to version 5.1.1 on K8S
- Why does Celery task autodiscovery never trigger under Django?
- How to Auto discovery Two or More Application Using Hazelcast in Docker?
- Spring cloud gateway with kubernetes discovery on openshift
- Autodiscover with EWS wont work properly depending on the running machine
- How to access user settings using Exchange web service managed API?
- AWS Lightsail WHM Updated Autodiscovery to ON and now nothing loads
- Implementing node discovery on Kubernetes
- API autodiscovery in Mule 4 for multiple flows
- Can I query a Near contract for its method signatures?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This is to be expected If your code is using the client credentials flow and an Autodiscover POX request that is not supported .
If this is not the case, then you need to show a bit of the code you are using.
If you just need to get the EWS endpoint using Autodiscover then you can use Autodiscover v2 which is unauthenticated e.g. use an HTTP Get to