Skip to content

Instantly share code, notes, and snippets.

@owenr
Created January 12, 2016 19:11
Show Gist options
  • Save owenr/ec44593cae283b8ff84d to your computer and use it in GitHub Desktop.
Save owenr/ec44593cae283b8ff84d to your computer and use it in GitHub Desktop.
How to limit the number of email messages returned by the Ruby gem viewpoint, querying Exchange EWS (outlook mail)
inbox.items indexed_page_item_view: {
max_entries_returned: 100,
offset: 0,
base_point: 'Beginning'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment