Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 20

...

Anchor
IncomingEmail
IncomingEmail

Predefined structure:

...

IncomingEmail

NameFieldTypeObs
JEmailMessageIncoming Email


from

string []

Array of email addresses

to

string []

Array of email addresses

cc

string []

Array of email addresses

subject

string


body

string

Entire body of the message including quoted text in case of replied or forwarded messages

attachments

JEmailAttachmentstring []

Array of email attachment structurescontaining the names of the attachments; there can be duplicates

...