Message received structure

<< Fare clic per visualizzazione il sommario >>

Percorso:  I servizi di Jamio openwork > Mail Manager Service >

Message received structure

A standard mail message received is represented by a Dataset containing the following fields.

 

Properties of message received

 

Parameters

Name

Description

Type

Optional

Id

Id (internal Jamio) of the message; it is used to referencing the message within processes, for example in a service task that get specified mail message whit GetMail method invocation.

String

 

UniqueId

Id of the PEC message provided by the IMAP server; it is used to locate the message in the mailbox, for example in the DeleteMail method.

String

 

From

Mailbox address of the sender (in the form casella@dominio)

String

 

To

List of the mailbox addresses of the recipients of the message; every element of the list is a dataset with the following keys:

• Address: mailbox address (in the form casella@dominio). Type: String;

• DisplayName: display name. Type: String.

List of Dataset

 

CC

List of the mailbox addresses of the CC recipients of the message; every element of the list is a dataset with the following keys:

• Address: mailbox address (in the form casella@dominio).  Type: String;

• DisplayName: display name. Type: String.

List of Dataset

 

Date

Date and time of sending the message

DateTime

 

Subject

Object of message

String

 

HasBodyText

true if the message has text content, false otherwise

Boolean

 

BodyText

Message content in text format; if available

String

 

HasBodyHtml

true if the message has HTML content, false otherwise

Boolean

 

BodyHtml

Message content in HTML format; if available

String

 

Priority

Message priority. See message below for details.

Int32

 

MessageId

Id (from SMTP standard) of the message.

String

 

Headers

Headers of the message

List of Dataset of String

 

Attachments

Files attached to the message; every element of the list is a dataset with the following fields:

• FileName: file name (in the form attachment1.pdf). Type: String;

• URL: address to be used to retrieve the file with GetMailAttachment method

List of Dataset

 

 

 

Message priority

Value

Priority

-1

Low

0

Normal

1

High