MessageInfo Property
Collection of messages retrieved by FetchMessageInfo .
Syntax
[VB.NET] Public ReadOnlyProperty MessageInfo As MessageInfoList
[C#] public MessageInfoList MessageInfo {get;}
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 Count - 1.
This property is read-only and not available at design time.