Created
January 12, 2016 19:11
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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