- Contents
Interaction Designer Help
Change Message Status
Use this Email tool to change the status of a message to either "read" or "unread."
Inputs
Folder ID
The unique identifier for the folder containing the message to be changed. This ID is retrieved with an Incoming Mail initiator, or the Open Folder tool.
Index
The zero-based index of a message within the given folder. The index denotes the location of the message within the specified folder. The value for this parameter is generated by the Incoming Mail initiator or the Find Message tool.
Status
The new status of the message. This parameter can have a value of either "read" or "unread."
Asynchronous
If set to True, the tool will exit and will not wait for the message status to change before exiting. Set this to False if you want the tool to wait until the status has been changed before exiting.
Timeout
The number of seconds the tool should wait for a return value. If no value is returned in the specified time, this tool will take the Failure exit path.
Outputs
Result
The results of the operation.
See Email Tool Result Codes for more information.
Exit Paths
Success
This path is taken if the message's status is successfully changed.
Failure
This path is taken if the operation fails.