msgreader
JavaScript Npm模块中的Outlook项目文件(.msg)阅读器
原始项目: :
在线演示:http:
此仓库包含原始项目的核心,即npm软件包。
如何使用
import fs from 'fs'
import MsgReader from '@freiraum/msgreader'
const msgFileBuffer = fs . readFileSync ( './data/test.msg' )
const testMsg = new MsgReader ( msgFileBuffer )
const testMsgInfo = testMsg . getFileData ( )
/**
testMsgInfo contains:
{
attachments:[
{
dataId:62,
1