Discuss this help topic in SecureBlackbox Forum
Returns the list of newsgroups available on the server.
Declaration
Parameters
- RefName - specifies the reference name, i.e., the starting point in the hierarchy to be retrieved. It can be empty or contain the hierarchy delimiter (such as slash '/') depending on server requirements.
- MailBox - desired mailbox name (with possible wildcards). To retrieve the list of folders in one level, pass "%"; to recursively retrieve the list of folders, use "*".
- List - the list of newsgroup names returned by the server.
Description
Use this method to retrieve the list of newsgroups from the server.
Essentially, the LSUB response returns the list of names that are marked as 'active' or 'subscribed' by the user.
Discuss this help topic in SecureBlackbox Forum