Specifies the message order when populating the message set with messages from the Inbox.
Syntax
object.FetchSorted [ = value ]
The FetchSorted property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
value | A boolean expression specifying the message order, as described in Settings. |
Settings
The settings for value are:
Setting | Description |
True | Messages are added to the message set in the order they were received (first in, first out). |
False | (Default) Messages are added in the sort order as specified by the user's Inbox. |
Data Type
Boolean