Table of Contents

Search

  1. Preface
  2. Informatica Managed File Transfer Welcome Overview
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

Email Message Variable

Email Message Variable

The Email Message variable contains the attributes of an email. Referring to the subject attribute in a Project will return the subject line of the email message. Referring to the attachments attribute in a Project will return a list of Email Attachment variables. For more information on each attribute, refer to the following table:
Attribute Name
Description
id
The ID of the message.
subject
The subject of the email message. If the subject is not present, an empty string is returned.
sentDate
The date and time the message was sent, in ISO format.
receivedDate
The date and time the message was sent, in ISO format.
sentDateMillis
The date and time the message was sent, in milliseconds since the Unix timestamp (January 1, 1970).
receivedDateMillis
The date and time the message was received, in milliseconds since the Unix timestamp (January 1, 1970).
from
A list of Email Address variables containing the “from” email addresses. In most cases, there will be only one Email Address in this list, which is the sender.
to
A list of Email Address variables containing the “to” email addresses.
cc
A list of Email Address variables containing the “cc” email addresses.
replyTo
A list of Email Address variables containing the “reply-to” email addresses.
allRecipients
The list of Email Address variables containing all recipients of this email (“to” and “cc”)
attachments
A list of Email Attachment variables representing each attachment in this Email Message.
messageBodies
A list of Email Body variables representing the body parts in the email message.

0 COMMENTS

We’d like to hear from you!