Discuss this help topic in SecureBlackbox Forum
Returns the selected (active) mailbox name.
Declaration
[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).
Discuss this help topic in SecureBlackbox Forum