Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
IncomingEmail
IncomingEmail

Predefined structure:

...

JEmailMessage

NameFieldTypeObs
Incoming EmailJEmailMessage


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

string []

Array containing the names of the attachmentsof JEmailAttachment objects; there can be duplicates

...