Exchange name and ExchangeAPI access
See original GitHub issueI feel like I’m missing something a bit obvious since I’ve been using ES for a while now, but working on a cross-exchange application I am using var api = GetExchangeAPIAsync(name)
:
- I wonder why this returns
IExchangeAPI
rather thanExchangeAPI
and if casting is the only option? There’s some useful symbol conversion utilities inExchangeAPI
. - When you have an
IExchangeAPI
, how can you ask it its name? I can’t find a way which seems odd considering we even haveExchangeName
helper and every exchange does list its name e.g. bottom of ExchangeKrakenAPI.cs
On 1. I am wondering if those helper methods would be better pulled into a utility class, maybe even as extension methods?
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Exchange Online and Exchange development
You can use the how to, get started, new feature, and API reference documentation to develop tools to access and manage mailbox data...
Read more >Exchange API - Request Access - Anypoint Platform - MuleSoft
Exchange enables users to request access to REST APIs and API groups, create new applications, and manage service-level agreement (SLA) tiers.
Read more >Re-enable API Access for Microsoft Exchange Online
To re-enable API access for Microsoft Exchange Online in Skyhigh CASB, first select a Microsoft Exchange Online instance, then Disable API ...
Read more >How to Use The Microsoft Exchange Email API Via EWS
Learn how to use the Microsoft Exchange Email API with EWS, and discover how Nylas simplifies your next email integration.
Read more >Developing Third-Party Applications with Exchange APIs
... third-party applications that access Exchange data in Office 365, ... and using Exchange Web Services and the Microsoft Graph to access ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We can add Inamed to the Iexchange API interface.
Great