- Contents
Interaction Designer Help
Change Message Status By Cookie
This Email tool changes the status of a message to either "read" or "unread" by means of a cookie.
Inputs
Cookie
The file name of the cookie.
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.