MaxItemsInFolder

OutlookOptions.MaxItemsInFolder property

The maximum number of messages or items, that can be rendered from one folder.

public int MaxItemsInFolder { get; set; }

Remarks

Outlook data files can be large and retrieving all messages can take significant time. This property limits the maximum number of messages or items that are rendered. Default value is 50. To render all messages, set the value to 0.

For code example, see the documentation.

See Also