Discuss this help topic in SecureBlackbox Forum

TElIMAPFetchResponseItem.RawValue

TElIMAPFetchResponseItem     See also     


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


Returns raw value of this item.

Declaration

[C#]
    string RawValue;

[VB.NET]
    Property RawValue As String

[Pascal]
    property RawValue : string;

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

[PHP]
    string get_RawValue()

[Java]
    String getRawValue();

Description

    Use this property to get the raw value of this item. Check ItemType property to find out the type of this item, and use the corresponding property to get its parsed value.

See also:     DateTime     Flags     Number     Value     ItemType    

Discuss this help topic in SecureBlackbox Forum