Discuss this help topic in SecureBlackbox Forum

TElIMAPClient.SelectBox

TElIMAPClient     See also     


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


Selects the specified mailbox.

Declaration

[C#]
    TElIMAPMailBoxState SelectBox(string MailBox);

[VB.NET]
    Function SelectBox(ByVal MailBox As String) As TElIMAPMailBoxState

[Pascal]
    function SelectBox(MailBox : TWideString) : TElIMAPMailBoxState;

[C++]
    TElIMAPMailBoxStateHandle SelectBox(const sb_u16string &MailBox);
    TElIMAPMailBoxStateHandle SelectBox(const std::wstring &MailBox);

[PHP]
    TElIMAPMailBoxState SelectBox(string $MailBox)

[Java]
    TElIMAPMailBoxState selectBox(String MailBox);

Parameters

  • MailBox - the name of the mailbox to be selected.

Description

    Use this method to select the specified mailbox on the server. Only one mailbox can be selected at a time. You can check the name of the currently selected mailbox using the MailBox property. Use StatusBox to check mailbox content without selecting it.

See also:     MailBox     CloseBox     ExamineBox     StatusBox    

Discuss this help topic in SecureBlackbox Forum