The Email Agent produces three types of UDRs. EmailUDR, EmailContactUDR and EmailAttachmentUDR.
EmailAttachmentUDR
This UDR is used for describing a specific attachment.
Field | Description |
---|---|
FileData (bytearray) | A bytearray representation of the attachment. |
FileName (string) | The name of the attachment. |
EmailContactUDR
This UDR is used for describing a specific contact.
Field | Description |
---|---|
Address (string) | The email address of the contact. |
Name (string) | The name of the contact. |
EmailUDR
This is the main UDR for theĀ Email Agent. Contains all information received from the email.
...