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

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

Hi, For every few minutes, when we do any EWS call (like appointment.save), call is failing with error: outlook.office365.com:443 failed to respond at microsoft.exchange.webservices.data.core.request.SimpleServiceRequestBase.internalExecute(SimpleServiceRequestBase.java:74) at microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest.execute(MultiResponseServiceRequest.java:158) at microsoft.exchange.webservices.data.core.ExchangeService.internalCreateItems(ExchangeService.java:598) at microsoft.exchange.webservices.data.core.ExchangeService.createItem(ExchangeService.java:657)...

I have C# application which uses EWS Managed API (2.2.1.0)to perform search and collect data from Exchange servers. Recently client reported an issue where they noticed our application was only...

I have a requirement to send an email that's encrypted and signed to a consumer and I'm currently doing it with a third party dependency I'd like to remove. How...

Change the Time attribute in the trace tag to format "O" from "u", so that we capture fractions of a second too. Without this, we need to analyze the headers...

Hi, I would like to cache the folder hierarchy of a mailbox using the ExchangeService.SyncFolderHierarchy() API method. ``` public void UpdateFolderList(SyncTarget syncTarget, ExchangeService svc) { var ci = syncTarget.ConnectionInfos.GetObject(); PropertyDefinitionBase[]...

We're using the code from [this sample](https://docs.microsoft.com/en-au/outlook/add-ins/get-attachments-of-an-outlook-item#use-the-ews-managed-api-to-get-the-attachments) in the Outlook add-in documentation to download the attachments of a message from an ASP.NET Wep API application; however the call to `service.GetAttachments(...)`...

support using the ews-mananged-api from applications built for .net core

Warning NU1701 Package 'Microsoft.Exchange.WebServices 2.2.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your...

We have created a custom .NET Core application to connect to exchange via oauth token to read contents of a specific mailbox, perform actions on specific mail items, and them...

Perhaps it would be practical to gather _ExchangeService_'s operations within an interface or so. This way, applications using the SDK may have the possibility to fake this interface for testing...

enhancement