Hi slsumner,
the
Greets,
Pavel
the
Messages.Download
method has a third parameter which allows you to limit the number of messages:var messageCount = 10;
client.Folders.Inbox.Messages.Download("ALL", MessageFetchMode.ClientDefault, messageCount);
If you give more information on how you imagine the fetching to be done and what information about the messages you need, I can show you the fastest way to do this.Greets,
Pavel