Discuss this help topic in SecureBlackbox Forum

TElIMAPMailBoxState.UnseenMessages

TElIMAPMailBoxState     See also     


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


The number of unseen messages in the mailbox.

Declaration

[C#]
    int UnseenMessages;

[VB.NET]
    Property UnseenMessages As Integer

[Pascal]
    property UnseenMessages : Integer;

[C++]
    int32_t get_UnseenMessages();
    void set_UnseenMessages(int32_t Value);

[PHP]
    integer get_UnseenMessages()
    void set_UnseenMessages(integer $Value)

[Java]
    int getUnseenMessages();
    void setUnseenMessages(int Value);

Description

    This property specifies the numbes of unseen messages in the mailbox.

See also:     RecentMessages     TotalMessages    

Discuss this help topic in SecureBlackbox Forum