-
Authenticating for the graph API works correctly, but when I try to authenticate with resource_id https://outlook.office365.com/ i do not get a token.
Does the library support O365?
-
A while ago, MimeKit got support for using the signing padding scheme PSS, which is really nice.
I would like it to also support the encryption padding scheme OAEP, as we have some 3rd parties that …
-
I am working on office 365 addin at the moment and just trying to use office js function for delegate calendars. some of the functions works ok , but when i try to use makeEwsRequestAsync method, it g…
-
Hello and thanks in advance.
Is it possible to use the token returned by getCallbackTokenAsync() for write operations in the ews api?
My scenario is:
I want to send the callbacktoken to a backe…
-
Environment: EWS Exchange 2010
The following typescript code fails with "socket hang up" error:
```
var exch = new ExchangeService(ExchangeVersion.Exchange2010_SP2);
exch.Url = new Uri("…
-
-
I'm trying to pull a list of delegates from a given users mailbox/calendar. I see there is a GetDelegates method in the EWS API documents (https://docs.microsoft.com/en-us/previous-versions/office/dev…
-
EWS Java API seems to have gone through some upgrades since the last commit and it seems that this code is not working with the latest version. I suggest an upgrade to be compatible with the latest ve…
-
I can create calendar invites:
```
item = CalendarItem(folder=account.calendar, subject='foo')
item.start = tz.localize(EWSDateTime(year, month, day, hour, 30))
item.end = tz.localize(EW…
-
I wrote an EML file using the EWS API.
I use this code to do that
```
private void saveAsEML(Stream stream, EmailMessage emEmailMessage)
{
stream.Write(emEmailMess…