Help   :JFMailCmd.exe
Version:1.3.804.2010  Copyright 2010 Dipl.Ing.J.Feuerstein
 ---------------------------------------------
 Parameter  : -Sender
 Description: Add the sender Name
 Example    : -Sender "SenderFirstname.SenderName@Company.com##Sender Firstname Name"
 ---------------------------------------------
 Parameter  : -SmtpServer
 Description: sets the smtp mail server name or ip adress (replaces Parameter -SmptServer)
 Example    : -SmtpServer "mySmtpServer.com"
 ---------------------------------------------
 Parameter  : -MailSend
 Description: start sending mail to recipents
 Example    : -MailSend 
 ---------------------------------------------
 Parameter  : -RecToAdd
 Description: Add a reciver to the 'To' Reciver List
 Example    : -RecToAdd "Firstname.Name@Company.com##Firstname Name"
 ---------------------------------------------
 Parameter  : -RecCcAdd
 Description: Add a reciver to the 'Cc' Reciver List
 Example    : -RecCcAdd "Firstname.Name@Company.com##Firstname Name"
 ---------------------------------------------
 Parameter  : -RecBcAdd
 Description: Add a reciver to the 'Bc' Reciver List
 Example    : -RecBcAdd "Firstname.Name@Company.com##Firstname Name"
 ---------------------------------------------
 Parameter  : -Subject
 Description: set's the mail subject text
 Example    : -Subject "Mail subject text"
 ---------------------------------------------
 Parameter  : -BodyTextAppendNewLine
 Description: add's a new line to the mail MailBodyText
 Example    : -BodyTextAppendNewLine "new Line in Mail body text"
 ---------------------------------------------
 Parameter  : -BodyTextReadFromFile
 Description: read's the the content into the MailBodyText
 Example    : -BodyTextReadFromFile "C:\temp\MyMailDataBodyText.txt"
 ---------------------------------------------
 Parameter  : -BodyTextReadFromFileAppendToBodyText
 Description: appends the content of the Textfile to current MailBodyText (Trims Textfile Content on End)
 Example    : -BodyTextReadFromFileAppendToBodyText "C:\temp\MyMailDataBodyTextToAppend.txt"
 ---------------------------------------------
 Parameter  : -MailDataXMLFile
 Description: defines the MailData Xml file. Info:This file stores the mail data
 Example    : -MailDataXMLFile "C:\temp\MyMailData.xml"
 ---------------------------------------------
 Parameter  : -Clear
 Description: if this Argument exists all MailData will be clear out
 Example    : -Clear 
 ---------------------------------------------
 Parameter  : -Verbose
 Description: print details debug infos to the command window
 Example    : -Verbose 
 ---------------------------------------------
 Parameter  : -Help
 Description: print help infos to the command window
 Example    : -Help 
 ---------------------------------------------
 Parameter  : -Pause
 Description: Waits after prosessing until pressing 'any key' (do use it for the purpose of debuging
 Example    : -Pause 
 ---------------------------------------------

