Pop3Client.ListMessages

ListMessages(IEnumerable<string>)

Lists the messages. Gets an information for earch message

public Pop3MessageInfoCollection ListMessages(IEnumerable<string> uniqueIdLst)
ParameterTypeDescription
uniqueIdLstIEnumerable`1UniqueId list for Pop3MessageInfo to retrieve from a server.

Return Value

Pop3MessageInfoCollection

Remarks

Note that messages marked as deleted are not listed

See Also


ListMessages(IEnumerable<int>)

Lists the messages. Gets an information for earch message

public Pop3MessageInfoCollection ListMessages(IEnumerable<int> sequenceNumberLst)
ParameterTypeDescription
sequenceNumberLstIEnumerable`1sequenceNumber list for Pop3MessageInfo to retrieve from a server.

Return Value

Pop3MessageInfoCollection

Remarks

Note that messages marked as deleted are not listed

See Also


ListMessages(IConnection, IEnumerable<string>)

Lists the messages. Gets an information for earch message

public Pop3MessageInfoCollection ListMessages(IConnection connection, 
    IEnumerable<string> uniqueIdLst)
ParameterTypeDescription
connectionIConnectionConnection to a server
uniqueIdLstIEnumerable`1UniqueId list for Pop3MessageInfo to retrieve from a server.

Return Value

Pop3MessageInfoCollection

Remarks

Note that messages marked as deleted are not listed

See Also


ListMessages(IConnection, IEnumerable<int>)

Lists the messages. Gets an information for earch message

public Pop3MessageInfoCollection ListMessages(IConnection connection, 
    IEnumerable<int> sequenceNumberLst)
ParameterTypeDescription
connectionIConnectionConnection to a server
sequenceNumberLstIEnumerable`1sequenceNumber list for Pop3MessageInfo to retrieve from a server.

Return Value

Pop3MessageInfoCollection

Remarks

Note that messages marked as deleted are not listed

See Also


ListMessages(IConnection)

Lists the messages. Gets an information for earch message

public Pop3MessageInfoCollection ListMessages(IConnection connection)
ParameterTypeDescription
connectionIConnectionConnection to a server

Return Value

Pop3MessageInfoCollection

Remarks

Note that messages marked as deleted are not listed

See Also


ListMessages(IConnection, bool)

Lists the messages. Gets an information for earch message

public Pop3MessageInfoCollection ListMessages(IConnection connection, bool closeTransaction)
ParameterTypeDescription
connectionIConnectionConnection to a server
closeTransactionBooleanIndicates 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


ListMessages(IConnection, MailQuery)

Lists the messages.

public Pop3MessageInfoCollection ListMessages(IConnection connection, MailQuery query)
ParameterTypeDescription
connectionIConnectionConnection to a server
queryMailQueryThe MailQuery object.

Return Value

Collection of Pop3MessageInfo objects.

See Also


ListMessages(IConnection, Pop3ListFields)

Lists the messages.

public Pop3MessageInfoCollection ListMessages(IConnection connection, Pop3ListFields fields)
ParameterTypeDescription
connectionIConnectionConnection to a server
fieldsPop3ListFieldsThe fields that we want get

Return Value

Pop3MessageInfoCollection

Remarks

Note that messages marked as deleted are not listed

See Also


ListMessages(IConnection, Pop3ListFields, bool, MailQuery)

Lists the messages.

public Pop3MessageInfoCollection ListMessages(IConnection connection, Pop3ListFields fields, 
    bool closeTransaction, MailQuery query)
ParameterTypeDescription
connectionIConnectionConnection to a server
fieldsPop3ListFieldsThe fields that we want get
closeTransactionBooleanIndicates if current transaction has to be closed, before the list is retrieved.
queryMailQueryThe MailQuery object.

Return Value

Pop3MessageInfoCollection

See Also


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


ListMessages(bool)

Lists the messages. Gets an information for earch message

public Pop3MessageInfoCollection ListMessages(bool closeTransaction)
ParameterTypeDescription
closeTransactionBooleanIndicates 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


ListMessages(MailQuery)

Lists the messages.

public Pop3MessageInfoCollection ListMessages(MailQuery query)
ParameterTypeDescription
queryMailQueryThe MailQuery object.

Return Value

Collection of Pop3MessageInfo objects.

See Also


ListMessages(Pop3ListFields)

Lists the messages.

public Pop3MessageInfoCollection ListMessages(Pop3ListFields fields)
ParameterTypeDescription
fieldsPop3ListFieldsThe fields that we want get

Return Value

Pop3MessageInfoCollection

Remarks

Note that messages marked as deleted are not listed

See Also


ListMessages(Pop3ListFields, bool, MailQuery)

Lists the messages.

public Pop3MessageInfoCollection ListMessages(Pop3ListFields fields, bool closeTransaction, 
    MailQuery query)
ParameterTypeDescription
fieldsPop3ListFieldsThe fields that we want get
closeTransactionBooleanIndicates if current transaction has to be closed, before the list is retrieved.
queryMailQueryThe MailQuery object.

Return Value

Pop3MessageInfoCollection

See Also