Pop3Client.ListMessages
ListMessages(IEnumerable<string>)
Lists the messages. Gets an information for earch message
public Pop3MessageInfoCollection ListMessages(IEnumerable<string> uniqueIdLst)
Parameter | Type | Description |
---|---|---|
uniqueIdLst | IEnumerable`1 | UniqueId list for Pop3MessageInfo to retrieve from a server. |
Return Value
Pop3MessageInfoCollection
Remarks
Note that messages marked as deleted are not listed
See Also
- class Pop3MessageInfoCollection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
ListMessages(IEnumerable<int>)
Lists the messages. Gets an information for earch message
public Pop3MessageInfoCollection ListMessages(IEnumerable<int> sequenceNumberLst)
Parameter | Type | Description |
---|---|---|
sequenceNumberLst | IEnumerable`1 | sequenceNumber list for Pop3MessageInfo to retrieve from a server. |
Return Value
Pop3MessageInfoCollection
Remarks
Note that messages marked as deleted are not listed
See Also
- class Pop3MessageInfoCollection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
ListMessages(IConnection, IEnumerable<string>)
Lists the messages. Gets an information for earch message
public Pop3MessageInfoCollection ListMessages(IConnection connection,
IEnumerable<string> uniqueIdLst)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueIdLst | IEnumerable`1 | UniqueId list for Pop3MessageInfo to retrieve from a server. |
Return Value
Pop3MessageInfoCollection
Remarks
Note that messages marked as deleted are not listed
See Also
- class Pop3MessageInfoCollection
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
ListMessages(IConnection, IEnumerable<int>)
Lists the messages. Gets an information for earch message
public Pop3MessageInfoCollection ListMessages(IConnection connection,
IEnumerable<int> sequenceNumberLst)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumberLst | IEnumerable`1 | sequenceNumber list for Pop3MessageInfo to retrieve from a server. |
Return Value
Pop3MessageInfoCollection
Remarks
Note that messages marked as deleted are not listed
See Also
- class Pop3MessageInfoCollection
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
ListMessages(IConnection)
Lists the messages. Gets an information for earch message
public Pop3MessageInfoCollection ListMessages(IConnection connection)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
Return Value
Pop3MessageInfoCollection
Remarks
Note that messages marked as deleted are not listed
See Also
- class Pop3MessageInfoCollection
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
ListMessages(IConnection, bool)
Lists the messages. Gets an information for earch message
public Pop3MessageInfoCollection ListMessages(IConnection connection, bool closeTransaction)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
closeTransaction | Boolean | Indicates if current transaction has to be closed, before the list is retrieved. |
Return Value
Pop3MessageInfoCollection
Remarks
Note that messages marked as deleted are not listed
See Also
- class Pop3MessageInfoCollection
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
ListMessages(IConnection, MailQuery)
Lists the messages.
public Pop3MessageInfoCollection ListMessages(IConnection connection, MailQuery query)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
query | MailQuery | The MailQuery object. |
Return Value
Collection of Pop3MessageInfo objects.
See Also
- class Pop3MessageInfoCollection
- interface IConnection
- class MailQuery
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
ListMessages(IConnection, Pop3ListFields)
Lists the messages.
public Pop3MessageInfoCollection ListMessages(IConnection connection, Pop3ListFields fields)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
fields | Pop3ListFields | The fields that we want get |
Return Value
Pop3MessageInfoCollection
Remarks
Note that messages marked as deleted are not listed
See Also
- class Pop3MessageInfoCollection
- interface IConnection
- enum Pop3ListFields
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
ListMessages(IConnection, Pop3ListFields, bool, MailQuery)
Lists the messages.
public Pop3MessageInfoCollection ListMessages(IConnection connection, Pop3ListFields fields,
bool closeTransaction, MailQuery query)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
fields | Pop3ListFields | The fields that we want get |
closeTransaction | Boolean | Indicates if current transaction has to be closed, before the list is retrieved. |
query | MailQuery | The MailQuery object. |
Return Value
Pop3MessageInfoCollection
See Also
- class Pop3MessageInfoCollection
- interface IConnection
- enum Pop3ListFields
- class MailQuery
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
ListMessages()
Lists the messages. Gets an information for earch message
public Pop3MessageInfoCollection ListMessages()
Return Value
Pop3MessageInfoCollection
Remarks
Note that messages marked as deleted are not listed
See Also
- class Pop3MessageInfoCollection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
ListMessages(bool)
Lists the messages. Gets an information for earch message
public Pop3MessageInfoCollection ListMessages(bool closeTransaction)
Parameter | Type | Description |
---|---|---|
closeTransaction | Boolean | Indicates if current transaction has to be closed, before the list is retrieved. |
Return Value
Pop3MessageInfoCollection
Remarks
Note that messages marked as deleted are not listed
See Also
- class Pop3MessageInfoCollection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
ListMessages(MailQuery)
Lists the messages.
public Pop3MessageInfoCollection ListMessages(MailQuery query)
Parameter | Type | Description |
---|---|---|
query | MailQuery | The MailQuery object. |
Return Value
Collection of Pop3MessageInfo objects.
See Also
- class Pop3MessageInfoCollection
- class MailQuery
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
ListMessages(Pop3ListFields)
Lists the messages.
public Pop3MessageInfoCollection ListMessages(Pop3ListFields fields)
Parameter | Type | Description |
---|---|---|
fields | Pop3ListFields | The fields that we want get |
Return Value
Pop3MessageInfoCollection
Remarks
Note that messages marked as deleted are not listed
See Also
- class Pop3MessageInfoCollection
- enum Pop3ListFields
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
ListMessages(Pop3ListFields, bool, MailQuery)
Lists the messages.
public Pop3MessageInfoCollection ListMessages(Pop3ListFields fields, bool closeTransaction,
MailQuery query)
Parameter | Type | Description |
---|---|---|
fields | Pop3ListFields | The fields that we want get |
closeTransaction | Boolean | Indicates if current transaction has to be closed, before the list is retrieved. |
query | MailQuery | The MailQuery object. |
Return Value
Pop3MessageInfoCollection
See Also
- class Pop3MessageInfoCollection
- enum Pop3ListFields
- class MailQuery
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email