Description: | Gets the list of received messages belonging to this mail folder. |
Syntax: | object.GetReceivedMessages |
Parameters: | |
object | Required, the Message object |
Remarks: | This method returns a Message list object which represents the list of received mail messages contained in this mail folder. Note this method only applies to Mail folder objects. |
Returns: | A Message list object. |
Example: |
Set session = CreateObject("OfficeTalk.Session")
Set user = session.Logon(login name, password)
Set folder = user.InBox
Set messages = folder.GetReceivedMessages