B2B Data Exchange
- B2B Data Exchange 10.2.1
- All Products
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. |