Discuss this help topic in SecureBlackbox Forum

TElIMAPFetchResponseItem.Number

TElIMAPFetchResponseItem     See also     


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


Returns item value as number.

Declaration

[C#]
    long Number;

[VB.NET]
    Property Number As Long

[Pascal]
    property Number : Int64;

[C++]
    int64_t get_Number();

[PHP]
    integer get_Number()

[Java]
    long getNumber();

Description

    Use this property to get item value as number. Check ItemType property to find out the type of this item.

See also:     RawValue     ItemType    

Discuss this help topic in SecureBlackbox Forum