MSG File Reader

Overview

The MSG File Reader smart service can be used to read the MSG file and it returns all the necessary information like(to, cc, etc.,) and also return the HTML file which contains the body present in the MSG file to retain all formatting and styles.

Key Features & Functionality

Inputs 

  • Msg File (Document) - The msg file to be processed or read.
  • Document Name (Text) - Name for the newly created HTML Document. 
  • Generated Document Folder (Folder) - Folder to which the output HTML Document to be saved in.
  • Attachment Folder (Folder) - Folder to which all the attachments to be saved in.

Outputs

  • Generated Document (Document) - The output Html Document.
  • Attachments (Document) - The attachments present in the msg file and it is of multiple type.
  • From - From email address present in the MSG file
  • Bcc - Bcc email address present in the MSG file. if it is more than it will be returned in comma separated format.
  • Cc - Cc email address present in the MSG file. if it is more than it will be returned in comma separated format.
  • To - To email address present in the MSG file. if it is more than it will be returned in comma separated format.
  • Body - Returns body in the plain text format.
  • Subject - Returns the subject of the email.
  • Sent Date - Returns the Sent date of the email.
  • Error Message (Text) - Error message received.
  • Error Occurred (Boolean) - Set to true on the occurrence of error.
Anonymous
Parents Comment
  • Hi ,

    The plugin is able to read the msg file and populate all the outputs except generated document and attachments. We can see new documents in the folder where attachments would be read by the plugin and stored in, but the variables were not populated. It is also not generating the HTML document corresponding to the msg file

    The plugin is able to read the MSG file and it is populated almost all the outputs, except the generated document and attachments.
    We have 2 scenarios:
    1. The msg file does not contain any attachments; in this case we can see the new generated document in the folder where the new files are stored, but the plugin throws the previous state error.
    2. The msg file contains attachments; in this case we can see the attachments in the folder where the new files and attachments are stored, but we cannot see the generated msg file and the plugin throws the mentioned error.

Children
No Data