- Description
-
Holds collection of all messages on the server
Object Model
-
Members
-
| GetAll |
Reads all messages from the server. |
| GetAllHeaders |
Reads all headers from the server. |
| GetAllLines |
Reads all headers and up to MaxLines lines of
text. |
| Count |
 |
Returns total number of messages in the
collection. |
| Item |
 |
Returns reference to specific message in the
collection. |
|