-
Looks like MSOutLookFolder is incomplete. For example, there is no way of getting child folders.
https://github.com/OfficeDev/Office-365-SDK-for-iOS/blob/7a49b21fbaad4551383f40e329cd5f8c4ae7a3b2/sdk-…
-
Hi all,
I was trying to read the gmail mail box using imap_headers and imap_header() function available in php, it was working fine without any problems. Here in gmail imap_header() function gives th…
-
If it's described in the REST API reference, it should be included in the SDK in the same way.
http://msdn.microsoft.com/en-us/office/office365/api/complex-types-for-mail-contacts-calendar#UseODataque…
-
Running the following code fails:
ListenableFuture future = fileClient.getfiles().getById(fileToDelete.getid()).asFile().delete();
This gives me the error
412 The request ETag value '' does not match …
-
In [ODataEntityFetcher](https://github.com/MSOpenTech/O365-Android/blob/master/sdk/mail-calendar-contact/src/main/java/com/microsoft/office365/exchange/services/odata/ODataEntityFetcher.java) line 98 …