Feedback

  • Contents
 

Open Message By Cookie

This Email tool opens a message via a cookie.

Inputs

Cookie 

The email cookie of the message.

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

Status 

The status of the message, can be "read" or "unread."

Sender

The sender of the message.

Subject 

The subject of the message.

Importance 

The importance (low, high, or normal) of the message.

Sensitivity

The sensitivity (personal, private, confidential, or none) of the message.

Date/Time Received 

The time (in UTC) the message was received.

To Recipients

The display addresses of the message's primary recipients.

CC Recipients

The display addresses of the message's secondary recipients.

Reply To

The recipients to whom replies should be sent.

Body

A List of Email body type. The body text of the message. This contains the entire body, not just the body of the last reply.

Attachment Files

The full path names of the extracted attachment files. Attachments that are not files (i.e., Links or OLE objects) are represented by empty strings in this list.

Attached Messages

The messages attached to the message.

Message Class

The class (text, voice, fax, or ndr) of the message.

Result

The results (return value) of the operation.

See Email Tool Result Codes for more information.

BCC Recipients

Optionally specifies recipients who should receive a "Blind Carbon Copy" of the reply message. This tool accepts a string for single recipients and a list of strings for multiple recipients.

Exit Paths

Success

If this step executes successfully, this step takes the Success exit path.

Failure

This path is taken if the operation fails.