Discuss this help topic in SecureBlackbox Forum

TElIMAPFetchResponseItem.Value

TElIMAPFetchResponseItem     See also     


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


Returns item value as string.

Declaration

[C#]
    string Value;

[VB.NET]
    Property Value As String

[Pascal]
    property Value : TWideString;

[C++]
    void get_Value(sb_u16string &OutResult);
    void get_Value(std::wstring &OutResult);

[PHP]
    string get_Value()

[Java]
    String getValue();

Description

    Returns this item's value as string. Check ItemType property to find out the type of this item.

See also:     RawValue     ItemType    

Discuss this help topic in SecureBlackbox Forum