- Contents
Interaction Designer Help
Get Cookie From Message
This Email tool creates a string (i.e. cookie) from a Folder ID and an Index. This cookie can be used later by other handlers to retrieve the message.
The cookie is only valid as long as the message remains in the same folder it was in when the cookie was created.
Inputs
Folder ID
The unique identifier for the folder containing the message. This ID is retrieved with an Incoming Mail initiator, or the Open Folder tool.
Index
The zero-based index of the message within the given folder. The value for this parameter is generated by the Incoming Mail initiator or the Find Message tool.
Timeout
The number of seconds the tool will wait for a return value.
Outputs
Cookie
The string generated to be used later to retrieve the message.
Result
The results of the operation.
See Email Tool Result Codes for more information.
Exit Paths
Success
This path is taken if the cookie is successfully generated.
Failure
This path is taken if the operation fails.