question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Exchange name and ExchangeAPI access

See original GitHub issue

I 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):

  1. I wonder why this returns IExchangeAPI rather than ExchangeAPI and if casting is the only option? There’s some useful symbol conversion utilities in ExchangeAPI.
  2. When you have an IExchangeAPI, how can you ask it its name? I can’t find a way which seems odd considering we even have ExchangeName 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:closed
  • Created 2 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jjxtracommented, Nov 19, 2021

We can add Inamed to the Iexchange API interface.

0reactions
vsleecommented, Nov 28, 2021

Great

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found