ews-managed-api icon indicating copy to clipboard operation
ews-managed-api copied to clipboard

Results 30 ews-managed-api issues
Sort by recently updated
recently updated
newest added

Can I recall a sent email?Just like recalling emails in outlook.

When we are trying to read a users calendar we are running into an error when we try to get timezone from Exchange for a given meeting. What could be...

I am implementing a .NET application with the EWS Managed API and have decided to port it to .NET Core. I've learned that the official Microsoft EWS Managed API library...

Hi, I have recently migrated our code from Microsoft.Exchange.WebServices.NETStandard to Exchange.WebServices.NET6. The code that we use to call EWS is pretty much the same with the exception of a couple...

Just two small changes to make live easier: * The .vs/ folder was missing in the .gitignore * The README still mentioned netstandard1.4 but the library is targeting netstandard2.0

Hello, For the `ExchangeService` class, are you supposed to create a new instance whenever you need it, or should you try to reuse the same instance whenever possible? For example,...

Made two alterations to get the nuget to avoid hanging requests when subscribing to exchange notifications and also to avoid crasches due to different timezone-handling on linux/windows. I have not...

https://github.com/OfficeDev/ews-managed-api/issues/217 There is a PR available already but it was requested against the original repo vs yours: https://github.com/OfficeDev/ews-managed-api/pull/248/files

I am monitoring multiple mailboxes for a custom app that's running 24/7. It subscribes to multiple accounts (5-10 right now) and is using `StreamingSubscriptionConnection`s to receive notifications. Each account is...