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

ews-managed-api tries to lookup the _autodiscover._tcp URL from the dns server like `nslookup -type=srv _autodiscover._tcp.my_domain.local` which is fine, except it makes calls to dnsapi.dll on Linux ! Self-evidently, that fails....

Implement GetMailTips method for EWS. Closes #41

Hi, Is there implementation of GetMailTips method?

I was hoping to use the package to perform the AppIdentityToken routine provided at https://docs.microsoft.com/en-us/outlook/add-ins/validate-an-identity-token [code shown below] but I can't seem to find the "Auth" namespaces. ``` using Microsoft.Exchange.WebServices.Auth.Validation;...

Using version 1.1.1 in an UWP app. I get no event when losing connection to the internet, no OnDisconnect or OnSubscriptionError event and the IsOpen flag stays True. When connection...

When trying to find folders on an Exchange 2016 server, I get this error: System.AggregateException: One or more errors occurred. ---> Microsoft.Exchange.WebServices.Data.ServiceResponseException: The mailbox does not have SMTP address associated...

This is the fix from SchultzAndreas (His PR #300 from OfficeDev\ews-managed-api. This also includes the .gitignore change from a previous PR #65 and removed net461 support :-|

Hi, I noticed that the latest prerelease of version 2 on NuGet is from 2022. Are there any plans to complete this release, or is this library no longer maintained?

This is an update to address vulnerability warnings on transitive packages, which are now reported in builds if you have the lasted Visual Studio 2022 (or Build Tools), or .NET...

couldnt find any Info regarding this topic, so I am asking here: We are currently using this library and are happy it exists. However it is painful to migrate from...