GetEmlProperties

Description

This activity allows to get all the individual properties of an email.


Input eml

Content InArgument<Byte[]>

The binary content (MIME) representing the email.

The IDmFile representing the binary content (MIME) of the email.


Properties

The list of attachments of the email.

The list of Bcc addresses to send the email to.

The body of the email.

BodyIsHtml OutArgument<Boolean>

A flag which tells if the content of the email is HTML (true) or PLAIN TEXT (false).

The list of Cc addresses to send the email to.

EmailDate OutArgument<DateTime>

The date of the email.

The address from which to send the email.

The email info object which contains the following properties:

  • From
  • To
  • Cc
  • Bcc
  • Subject
  • Body
  • Uidl
  • BodyIsHtml
  • HighPriority
  • EmailDate
  • Attachments
  • OriginalContent

The list of related items of the email.

Subject OutArgument<String>

The subject of the email.

The list of addresses to send the email to.