Total Mail Converter Command Line
Usage: MailConverter.exe <source> <destination> <options>
If you have path with spaces, use quotation marks.
By the way You can use macroses in the Destination path
- <DATE[:format]> - current date, default format is yyyymmdd
- <TIME[:format]> - current time, default format hhmmss
For example:destination C:\<DATE>_<TIME:hhmm> produce file C:\20071107_1214Options:
- -log <FileName> - Don`t show errors. Write them to the log file
- -list - File with files mask to convert
- -Recurse - Include subfolders
- -do - Delete originals
- -kfs - Keep Folder Structure
- -c - Destination file format
- html - convert to HTML file
- txt - convert to plain Text file
- pdf - convert to Adobe PDF file
- doc - convert to Microsoft Word file
- rtf - convert to Rich Text file
- -fields - e-mail fields
- Sender - Sender
- Recepient - Recepient
- Date - Date
- Subject - Subject
- Body - Body
- Attachments - Attachments - for HTML files only
- -pc - PDF file compression
- Fastest - Fastest compression
- Normal - Normal compression
- Max - Max compression
- -mp - PDF master (owner) password
- -up - PDF user password
- -perm - user permissions
- Copy - allow copy
- Modify - allow modify
- Print - allow print
- Annotation - allow annotation
- FormFill - allow form fill
- Accessibility - allow accessibility
- DocAssembly - allow document assembly
- HighResPrint - allow high resolution print
Examples:
- MailConverter.exe C:\Mail\*.msg -c html -Fields [sender,subject,attachments]
Convert all messages from C:\Mail to html format, include sender and subject and extract all attachments
Note that -list is used when there is a list of files in a file.