Pop3DownloadMessageHeaders Method
Downloads headers of all or the specified messages from the server.
Overload List
  NameDescription
Public methodCode exampleDownloadMessageHeaders
Downloads headers of all messages in the inbox on the server.
Public methodCode exampleDownloadMessageHeaders(Int32, Int32)
Downloads the header of each message in the specified range from the server.
Public methodCode exampleDownloadMessageHeaders(Int32, Int32, Int32)
Downloads the header and the specified number of body lines of each message in the specified range from the server.
Top
See Also