13.0

Table Of Contents
Dragon 13 Administrator Guide
Example cmd file content
@echo off
Echo "Output directory - " %1
Echo "Output filename - " %2
Echo "Output format - " %3
If "%3" == "TXT" (
mapisend.exe -u Microsoft Outlook Profile - p ********* -r %4 -s
"Transcribing has been completed"
)
If "%3" == "RTF" (
mapisend.exe -u Microsoft Outlook Profile - p ********* -r %4 -s
"Transcribing has been completed"
)
If "%3" == "DOC" (
mapisend.exe -u Microsoft Outlook Profile - p ********* -r %4 -s
"Transcribing has been completed"
)
mapisend.exe options
n -uprofile-theend-usermailboxofthesender
n -ppassword-mailboxpasswordofthesender
n -rrecipient-emailaddress(s)oftherecipient.Ifmorethanonerecipient-
separatewith';'thesemustnotbeambiguousinthedefaultaddressbook.
n -ssubject-subjectlineoftheemailmessage
n -textmessage[options]
n -text_file[options]
options:
n -iinteractivelogin(promptsforprofileandpassword)
n -ccc:list
n -fFileAttachment-pathandfilename(s)
n -vgeneratesverboseoutput(an8linesummaryofthemessage)
SMTP command line example
Message syntax
bmail.exe -s <server_name>-t <recipient> -a <subject>d
Example cmd file content
@echo off
EchoOutput directory - %1
EchoOutput filename - %2
24