Closed DanMass closed 10 years ago
We have select, filter and top, but no skip.
I should be able to write code like:
MSOutlookFolderFetcher inbox = [[[client getMe] getFolders] getById:@"Inbox"]; NSURLSessionTask task = [[[[[inbox getMessages] filter:@"DateTimeReceived gt 2014-11-18T14:46:02Z" ] top:10] skip:10] read:block]; [task resume];
Fixed v0.6.0
We have select, filter and top, but no skip.
I should be able to write code like:
MSOutlookFolderFetcher inbox = [[[client getMe] getFolders] getById:@"Inbox"]; NSURLSessionTask task = [[[[[inbox getMessages] filter:@"DateTimeReceived gt 2014-11-18T14:46:02Z" ] top:10] skip:10] read:block]; [task resume];