Record
parse-response
No description available.
record parse-response {
attachments: option<list<parse-response-attachments-item>>,
from-email: option<string>,
from-name: option<string>,
headers: option<parse-response-headers>,
html: option<string>,
images: option<list<parse-response-images-item>>,
subject: option<string>,
text: option<string>,
to: option<list<parse-response-to-item>>,
}Fields
| Name | Type | Description |
|---|---|---|
| attachments | option<list<parse-response-attachments-item>> | |
| from-email | option<string> | |
| from-name | option<string> | |
| headers | option<parse-response-headers> | |
| html | option<string> | |
| images | option<list<parse-response-images-item>> | |
| subject | option<string> | |
| text | option<string> | |
| to | option<list<parse-response-to-item>> |