Discuss this help topic in SecureBlackbox Forum

TElIMAPFetchResponseItem.Flags

TElIMAPFetchResponseItem     


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


Returns status flags of the message.

Declaration

[C#]
    TSBIMAPMessageFlags Flags;

[VB.NET]
    Property Flags As TSBIMAPMessageFlags

[Pascal]
    property Flags : TSBIMAPMessageFlags;

[C++]
    TSBIMAPMessageFlags get_Flags();

[PHP]
    integer get_Flags()

[Java]
    short getFlags();

TSBIMAPMessageFlags values

Description

    Use this property to get status flags of the message. Check ItemType property to find out the type of this item.

Discuss this help topic in SecureBlackbox Forum