-popheader (-poph)
Previous Topic  Next Topic 

Category:

 

POP Email Reception

 

Description: 

 

Specifies a header to retrieve. Specify a message number after this parameter for a single message header. If you do not specifiy a message number, all messages will be retrieved.

 

The text from the message header is saved in a file named "header[message number].txt" under a folder named "pop" under your system temporary directory. To view these files, at a DOS command prompt, type "cd %TEMP%\pop3". 

 

Optional?

 

Yes.

 

Overrides:

 

None.

 

Overridden By:

 

None.

 

Other Parameters Required:

 

-receive -popuser -poppassword -popserver

 

See Also:

 

None.

 

Usage:

 

-popheader "<message number>"

 

Example (cut-and-paste right into your batch file):

 

NetMailBot -receive -popheader 1 -popuser username -poppassword password -popserver pop.domain.com  

 

Comments:

 

None.