Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.Reset

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 Reset();

[VB.NET]
    Sub Reset()

[Pascal]
    procedure Reset();

[C++]
    void Reset();

[PHP]
    void Reset()

[Java]
    void reset();

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     Undelete    

Discuss this help topic in SecureBlackbox Forum