Closed FabianFrank closed 9 years ago
I am using the following dependencies:
compile 'com.microsoft.services:outlook-services:1.0.0'
compile 'com.microsoft.services.orc:orc-android:1.0.0@aar'
compile 'com.microsoft.aad:adal:1.1.3@aar'
Strange, I'll take a look next Monday.
Thanks @marcote, any ideas?
@FabianFrank I'll be reviewing this today. I'll let you know what I find.
Cannot reproduce the error. I tried both building the source code and the published aar without luck. Also I tried running our end2end test app : https://github.com/OfficeDev/Office-365-SDK-for-Android/tree/master/tests/e2e-test-app
These are the artifacts used:
compile 'com.microsoft.services:outlook-services:1.0.0'
compile(group: 'com.microsoft.services.orc', name: 'orc-android', version: '1.0.0', ext: 'aar')
I would like to see, if possible, a code snippet that reproduces the error.
I cannot reproduce this. Directory Services may need an special configuration, but the rest of the artifacts works fine. If you can reproduce the error, please re-open the issue.
I have
OutlookClient outlookClient = newOutlookClient (OUTLOOK_BASE_URL,myADALDependencyResolver);
andoutlookClient.getMe().getOperations
returns null when called. The samples look likegetMe().getOperations().sendMail()
is the correct chain of calls, however. There isn't anything in the logs that would indicate what's wrong.Receiving lists of folders and lists of messages works fine, though. I have all email permissions enabled for my app.