Discuss this help topic in SecureBlackbox Forum

TElIMAPFetchResponseItem.Streamed

TElIMAPFetchResponseItem     See also     


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


Specifies whether the item is a string or an octet stream.

Declaration

[C#]
    bool Streamed;

[VB.NET]
    Property Streamed As Boolean

[Pascal]
    property Streamed : Boolean;

[C++]
    bool get_Streamed();

[PHP]
    bool get_Streamed()

[Java]
    boolean getStreamed();

Description

    This property returns true if this item is an octet stream, and false if it is a line ending with CRLF.

See also:     Value    

Discuss this help topic in SecureBlackbox Forum