CFL E-mail Reader
Provides functionality to read and process email files in MSG and EML formats. Uses Azure Functions to parse email files and extract metadata, body content, and attachments.
Object Definition
| Object Type | Codeunit |
| Object ID | 2098083 |
| Object Name | CFL E-mail Reader |
Procedures
| Name | Description |
|---|---|
| CFLEmlReader(text): JsonObject | Reads and parses an EML file (standard email format) into a JSON object. |
| CFLMsgReader(text): JsonObject | Reads and parses a MSG file (Microsoft Outlook message format) into a JSON object. |
| CFLRemoveAttachmentsFromMail(text): text | Removes all attachments from a MSG file and returns the modified MSG file. |