# 邮件格式转换 **Repository Path**: yumho/mail-format-conversion ## Basic Information - **Project Name**: 邮件格式转换 - **Description**: 在eml和msg之间进行转换。 - **Primary Language**: C# - **License**: MulanPSL-2.0 - **Default Branch**: Main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-05-22 - **Last Updated**: 2024-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 在不同邮件格式之间进行转换. 语法: MailConverter.exe to-msg|to-mime [--ignore] <输入目录 或 掩码> <输出目录> -i, --ignore 忽略转换过程错误,不会造成进程终止. 可选参数. 示例: MailConverter.exe to-mime --ignore C:\input\* C:\output MailConverter.exe to-msg --ignore C:\input\* C:\output MailConverter.exe to-mime C:\input\*.msg C:\output MailConverter.exe to-msg C:\input\*.eml C:\output MailConverter.exe to-mime C:\input\mail.msg C:\output MailConverter.exe to-msg C:\input\mail.eml C:\output 退出代码: 0 - 已成功转换所有文件. 1 - 转换未完成 (参数错误). 2 - 转换出错.