-
I am using EWS Managed Java API 2.0 for connecting to an Exchange Online (O365) mailbox and read the attachments(txt/xml/pdf) from emails. I am able to establish the connection successfully and read/l…
-
First of all, thanks for your work! You did what Microsoft should have done in the first place :-)
Would it be possible to strong name the assembly? It would silence a compilation warning:
`6>CS…
-
Dear,
I have follow the steps but still geting an error:
1. create an .cred file for my admin account.
2. Create an bat file with following rules:
@echo off
cd "%~dp0EWS-Office365-Contact-Sync…
-
https://learn.microsoft.com/en-us/graph/api/calendar-list-events?view=graph-rest-1.0&tabs=http
-
Using EWS-Api-2.1.1.0.0.
In the process of stress testing our service by creating 20 or 30 appointments a day for 7 days in my target calendar, I've found a weird bug that I can't explain. Roughly-sp…
-
I've been using the EWS managed the API for a couple of hours so my knowledge of how to properly use the api and its internal workings are still limited.
I am trying to synch the folderhierarchy by…
-
Hi,
Through EWS API I'm marking one of the email as read. For which I'm using Item.is_read attribute.
I'm creating object of Exchanger::UpdateItem. However after sending the request to edit the is…
-
Hi, first of all, this script is great and is doing a great job in getting the GAL onto our users iPhones.
However, I am trying to add some of the parameters (see below from the BAT file) but it i…
-
Let's use this issue to brainstorm on the roadmap. The goal is to figure out the big rocks that we have to tackle and not necessarily the exact timeline.
2.0
- Open sourcing
- Build system
- Publish…
-
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 purpo…