MessagesScreen
From Pointui
Inherits Screen.
* NOT AVAILABLE IN FREE VERSION OF HOME
Displays the messages screen that allows one or all email accounts to be viewed. If viewing all email accounts then the messages are all displayed together sorted by the most recent first.
Methods
void CatchUp()
Fetches all new messages since the last fetch of messages completed.
void SetStore(String storeName)
Specifies which store to display and must be a valid store name to display a single store, or one of the following:
- “##All” – displays all messages from all stores
- “##AllUnread” – displays all unread messages from all stores
