Pop3ClientLoadMessageInfoList Method (IConnection, IEnumerableInt32) |
Loads list of Pop3MessageInfo
Namespace:
Aspose.Email.Clients.Pop3
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Pop3MessageInfoCollection LoadMessageInfoList(
IConnection connection,
IEnumerable<int> sequenceNumberList
)
Public Function LoadMessageInfoList (
connection As IConnection,
sequenceNumberList As IEnumerable(Of Integer)
) As Pop3MessageInfoCollection
public:
Pop3MessageInfoCollection^ LoadMessageInfoList(
IConnection^ connection,
IEnumerable<int>^ sequenceNumberList
)
member LoadMessageInfoList :
connection : IConnection *
sequenceNumberList : IEnumerable<int> -> Pop3MessageInfoCollection
Parameters
- connection
- Type: Aspose.Email.ClientsIConnection
Connection to a server - sequenceNumberList
- Type: System.Collections.GenericIEnumerableInt32
The sequence numbers list of messages
Return Value
Type:
Pop3MessageInfoCollectionPop3MessageInfoCollection
See Also