LoadMessageInfoList
Contents
[
Hide
]
Pop3Client.LoadMessageInfoList method (1 of 4)
Loads list of Pop3MessageInfo
public Pop3MessageInfoCollection LoadMessageInfoList(IEnumerable<int> sequenceNumberList)
Parameter | Type | Description |
---|---|---|
sequenceNumberList | IEnumerable`1 | The sequence numbers list of messages |
Return Value
Pop3MessageInfoCollection
See Also
- class Pop3MessageInfoCollection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.LoadMessageInfoList method (2 of 4)
Loads list of Pop3MessageInfo
public Pop3MessageInfoCollection LoadMessageInfoList(IConnection connection,
IEnumerable<int> sequenceNumberList)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumberList | IEnumerable`1 | The sequence numbers list of messages |
Return Value
Pop3MessageInfoCollection
See Also
- class Pop3MessageInfoCollection
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.LoadMessageInfoList method (3 of 4)
Loads list of Pop3MessageInfo
public Pop3MessageInfoCollection LoadMessageInfoList(IEnumerable<Pop3MessageInfo> messageInfoList)
Parameter | Type | Description |
---|---|---|
messageInfoList | IEnumerable`1 | Message info list |
Return Value
Pop3MessageInfoCollection
See Also
- class Pop3MessageInfoCollection
- class Pop3MessageInfo
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.LoadMessageInfoList method (4 of 4)
Loads list of Pop3MessageInfo
public Pop3MessageInfoCollection LoadMessageInfoList(IConnection connection,
IEnumerable<Pop3MessageInfo> messageInfoList)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
messageInfoList | IEnumerable`1 | Message info list |
Return Value
Pop3MessageInfoCollection
See Also
- class Pop3MessageInfoCollection
- interface IConnection
- class Pop3MessageInfo
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email