Mailbox Object : Messages Property |
Visual Basic |
---|
Public Property Messages As Messages |
This property provides the default destination for Get operations. Initially, this collection is empty. If Get is then used to request header information for messages 1, 3, and 5, three Message Objects are created and added to this collection to hold the data provided by the server.
The index for the message reflects the position in the collection, not the message number on the server. The message's Attribute property can be used to correlate downloaded messages with messages on the server.