Discuss this help topic in SecureBlackbox Forum

TElIMAPClient.MailBox

TElIMAPClient     See also     


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


Returns the selected (active) mailbox name.

Declaration

[C#]
    string MailBox;

[VB.NET]
    Property MailBox As String

[Pascal]
    property MailBox : TWideString;

[C++]
    void get_MailBox(sb_u16string &OutResult);
    void get_MailBox(std::wstring &OutResult);

[PHP]
    string get_MailBox()

[Java]
    String getMailBox();

Description

    Use this property to get the name of the mailbox that is currently selected (active).

See also:     MailBoxState     CloseBox     ExamineBox     SelectBox     StatusBox    

Discuss this help topic in SecureBlackbox Forum