Discuss this help topic in SecureBlackbox Forum

TElIMAPClient.MailBoxState

TElIMAPClient     See also     


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


Returns the state of the selected mailbox.

Declaration

[C#]
    TElIMAPMailBoxState MailBoxState;

[VB.NET]
    Property MailBoxState As TElIMAPMailBoxState

[Pascal]
    property MailBoxState : TElIMAPMailBoxState;

[C++]
    TElIMAPMailBoxState* get_MailBoxState();

[PHP]
    TElIMAPMailBoxState get_MailBoxState()

[Java]
    TElIMAPMailBoxState getMailBoxState();

Description

    Use this property to check the state of the currently selected mailbox.

See also:     MailBox     ExamineBox     SelectBox     StatusBox    

Discuss this help topic in SecureBlackbox Forum