Discuss this help topic in SecureBlackbox Forum

TElIMAPMailBoxState.TotalMessages

TElIMAPMailBoxState     See also     


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


Total number of messages in the mailbox.

Declaration

[C#]
    int TotalMessages;

[VB.NET]
    Property TotalMessages As Integer

[Pascal]
    property TotalMessages : Integer;

[C++]
    int32_t get_TotalMessages();
    void set_TotalMessages(int32_t Value);

[PHP]
    integer get_TotalMessages()
    void set_TotalMessages(integer $Value)

[Java]
    int getTotalMessages();
    void setTotalMessages(int Value);

Description

    This property specifies the total number of messages in the mailbox.

See also:     RecentMessages     UnseenMessages    

Discuss this help topic in SecureBlackbox Forum