Messages is a read-only property that will return
reference to object that holds collection of all messages
on the server.
When wodPop3 connects to the server, it will list
messages and their UIDs. This means wodPop3
will know how much messages exists on the server, their
Size, and
will know their unique IDs provided by the server. You can
now request Message.GetHeaders to
retrieve headers for the message (and parse it to decide if
you want to download the message), or can call
Message.Get to
download message locally.
You can, also, call Messages.GetAll to download
all messages locally, and then open them after you
disconnect.