microsoftgraph / msgraph-sdk-android

Microsoft Graph SDK for Android! https://graph.microsoft.io
Other
51 stars 43 forks source link

Messages Count #91

Closed ayatm closed 5 years ago

ayatm commented 5 years ago

I want to ask if there any way I can get the number of unread messages, the following query returns the messages: options.add(new QueryOption("filter","IsRead eq "+false)); getMessagesCountRequestAndResponse(options);

But I just want the count number.

NakulSabharwal commented 5 years ago

Hi Try adding $count=true for getting number of unread messages.

NakulSabharwal commented 5 years ago

We are considering your issue as resolved. Please reopen the issue and comment if any further help is required. Thanks.