Discuss this help topic in SecureBlackbox Forum

TElIMAPFetchResponseItem.Name

TElIMAPFetchResponseItem     See also     


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


Returns item name.

Declaration

[C#]
    string Name;

[VB.NET]
    Property Name As String

[Pascal]
    property Name : string;

[C++]
    void get_Name(std::string &OutResult);

[PHP]
    string get_Name()

[Java]
    String getName();

Description

    Use this property to get this item's name.

See also:     Value    

Discuss this help topic in SecureBlackbox Forum