MessageInfo Property
Collection of messages retrieved by FetchMessageInfo .
Syntax
public MessageInfoList getMessageInfo();
Remarks
This property is populated when messages are searched, listed, or message information is received from the server. The collection contains a list of each message's MessageInfo as returned by the server.
MessageInfoLimit can be used to control the number of MessageInfos saved.
This collection is indexed from 0 to size - 1.
This property is read-only and not available at design time.