Category:
Message Content
Description:
Sets the Microsoft Mail message priority. Valid settings for this parameter: LOW, NORMAL, HIGH.
Optional?
Yes.
Overrides:
None.
Overridden By:
None.
Other Parameters Required:
See Also:
None.
Usage:
-priority <priority value>
<priority value> is either high, normal, or low.
Example (cut-and-paste right into your batch file):
NetMailBot -priority low -to email@domain.com -from email@domain.com -server mail.domain.com -subject "test"
Comments:
Some email clients do not recognize priority, so this setting would have no effect at those clients.