Email.To | To whom the message was addressed, but may not contain the recipient's address. | string |
Email.CC | The email's 'cc' addresses. | string |
Email.From | This displays who the message is from. However, this can be easily forged and can be the least reliable. | string |
Email.Subject | The email's subject. | string |
Email.HTML | The email's "html" body, if it exists. | string |
Email.Text | The email's "text" body, if it exists. | string |
Email.Depth | The depth of the email. For the first level email Depth=0. If email1 contains email2 contains email3. Then email1's depth is 0, email2's depth is 1, email3's depth is 2. | number |
Email.Headers | Deprecated - Use Email.HeadersMap output instead. The full email headers as a single string. | string |
Email.HeadersMap | The full email headers in json. | Unknown |
Email.HeadersMap.From | This displays who the message is from. However, this can be easily forged and can be the least reliable. | Unknown |
Email.HeadersMap.To | This shows to whom the message was addressed, but may not contain the recipient's address. | Unknown |
Email.HeadersMap.Subject | The email's subject. | String |
Email.HeadersMap.Date | The date and time the email message was composed. | Unknown |
Email.HeadersMap.CC | The email's 'cc' addresses. | Unknown |
Email.HeadersMap.Reply-To | The email's address for return mail. | String |
Email.HeadersMap.Received | A list of all the servers/computers through which the message traveled. | String |
Email.HeadersMap.Message-ID | A unique string assigned by the mail system when the message is first created. These can easily be forged. For example, 5c530c1b.1c69fb81.bd826.0eff@mx.google.com | String |
Email.AttachmentNames | The list of attachment names in the email. | string |
Email.Format | The format of the email if available. | string |