Discuss this help topic in SecureBlackbox Forum

TElIMAPFetchResponseLine.Clear

TElIMAPFetchResponseLine     See also     


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


Deletes all items.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    Use this method to remove all items from the line.

See also:     Items    

Discuss this help topic in SecureBlackbox Forum