|
MsgViewer Pro Command line export options
MsgViewer Pro 3.1.9 or later allows you to convert email messages to various formats from the command line.
Format:
MsgViewer.exe +EXPORT=<source emails path>,<exported files path>,<format>,<flags>,<failed
emails copy path>
Description:
<source emails path> - path to the folder containing emails to export, or
path to single email file.
<exported files path> - path to the folder where exported files should be
placed.
<format> - one of the supported export formats: PDF,TXT,JPG,BMP,PNG,TIFF,GIF
<flags> - one or more of the follwing:
A (export attachments)
F (export messages with attachments to separate folder,
N (put original message file name into exported file)
S (stopexport if error occurs)
<failed emails copy path> - path to folder to copy messages, which was not
exported because of errors. Export log will be placed in this folder, too.
Example:
MessageViewerPro.exe +EXPORT="c:\my emails","c:\export",PDF,,
MessageViewerPro.exe +EXPORT="c:\my emails","c:\export",PDF,AFS,"d:\errors"
MessageViewerPro.exe +EXPORT="c:\my
emails\test.msg","c:\export",PDF,AFS,"d:\errors"
Click here for other command line options
Return
|