Email Agent UDRs
The Email Agent produces three types of UDRs. EmailUDR, EmailContactUDR and EmailAttachmentUDR.
EmailAttachmentUDR
This UDR is used for describing a specific attachment.
Field | Description |
---|---|
| A bytearray representation of the attachment. |
| The name of the attachment. |
EmailContactUDR
This UDR is used for describing a specific contact.
Field | Description |
---|---|
| The email address of the contact. |
| The name of the contact. |
EmailUDR
This is the main UDR for the Email Agent. Contains all information received from the email.
Field | Description |
---|---|
| A list of MailAttachmentUDRs. |
| A list of MailContactUDRs. |
| The email body. |
| A list of MailContactUDRs. |
Note!The agent support the following content types: | The email content type. |
| A list of MailContactUDRs. |
| A MailContactUDR. |
| The email subject. |