Category:
POP Email Reception
Description:
Specifies the number of milliseconds to wait between monitoring an email account for new messages.
Optional?
Yes.
Overrides:
None.
Overridden By:
-popwatchexit (NetMailBot will exit after retrieving at least one message instead of waiting the specified time period and checking again).
Other Parameters Required:
-receive -popuser -poppassword -popserver -popwatch
See Also:
Usage:
-popwatchwait <wait period in milliseconds>
Example (cut-and-paste right into your batch file):
NetMailBot -receive -popwatchwait 5000 -popwatch -popuser username -poppassword password -popserver pop.domain.com
Comments:
None.