property Inbox.Item (Index as Variant) as Message
Gets the message giving its index.

TypeDescription
Index as Variant A long expression that indicates the index of message in the messages collection. Attention! The Index property is not the same thing. The Index property gets the index of the message on the server.
Message A Message object that holds information about an e-mail message.

Use the Item property to access to Message objects in the messages collection. Use the Count property to get the count of messages in the Inbox object.