CFL E-mail Reader

  • 2 minutes to read

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 TypeCodeunit
Object ID2098083
Object NameCFL 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.