This article applies to:
Question:
- How can I change the number of email items per page in SPE customer console Message History?
- The default number of items is 12 in 3.6 and below, 20 in later versions.
- Note that in version 3.7.5 and above you can choose to apply bulk actions to all results (not just those on the current page).
Procedure:
To change the number of items you can edit the ASP.NET page.
- On the Customer Console web server, edit the file MessageHistory.aspx. By default the location is:
- 4.X: %Program files%\Trustwave\Trustwave SPE\CustomerConsole\Messages\MessageHistory.aspx
- 3.X: %Program files (x86)%\Marshal\MailMarshal SPE\CustomerConsole\Messages\MessageHistory.aspx
- Locate the line that contains spe:PaginationGridView
- Change the PageSize entry to the value that is required.
- Restart IIS.