Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.ReceiveMessageIDList

TElPOP3Client     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This method returns IDs of all messages

Declaration

[C#]
    void ReceiveMessageIDList();

[VB.NET]
    Sub ReceiveMessageIDList()

[Pascal]
    procedure ReceiveMessageIDList();

[C++]
    void ReceiveMessageIDList();

[PHP]
    void ReceiveMessageIDList()

[Java]
    void receiveMessageIDList();

Description

    Call this method to retrieve numbers and text IDs of all valid messages in the mailbox (messages marked for deletion are not reported). This method sends UIDL extension command to the server. To check whether the server supports this command, check the value of ExtUIDLSupported property.

    This method triggers OnMessageID event for each message, information about which has been retrieved.

See also:     ExtUIDLSupported     GetMessageID     OnMessageID    

Discuss this help topic in SecureBlackbox Forum