Discuss this help topic in SecureBlackbox Forum

TElIMAPFetchResponse.Count

TElIMAPFetchResponse     See also     


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


Returns the number of response lines.

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count : Integer;

[C++]
    int32_t get_Count();

[PHP]
    integer get_Count()

[Java]
    int getCount();

Description

    Use this property to check the number of response lines in the list.

See also:     Lines    

Discuss this help topic in SecureBlackbox Forum