Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.Undelete

TElPOP3Client     See also     


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


Sends RSET command to the POP3 server to undelete messages marked for deletion.

Declaration

[C#]
    void Undelete();

[VB.NET]
    Sub Undelete()

[Pascal]
    procedure Undelete();

[C++]
    void Undelete();

[PHP]
    void Undelete()

[Java]
    void undelete();

Description

    This method sends RSET command which tells the server to remove marks from messages marked for deletion, thus "undeleting" them. Undelete is a friendly alias for Reset method.

See also:     DeleteMessage     Reset    

Discuss this help topic in SecureBlackbox Forum