@Deprecated public class ImapFolderInfoCollectionBase extends Collection<ImapFolderInfo>
Provides a container for a collection of ImapFolderInfo
objects
Constructor and Description |
---|
ImapFolderInfoCollectionBase()
Deprecated.
Initializes a new instance of the
ImapFolderInfoCollectionBase class. |
ImapFolderInfoCollectionBase(IGenericList<ImapFolderInfo> list)
Deprecated.
Initializes a new instance of the
ImapFolderInfoCollectionBase class. |
public ImapFolderInfoCollectionBase()
Initializes a new instance of the ImapFolderInfoCollectionBase
class.
public ImapFolderInfoCollectionBase(IGenericList<ImapFolderInfo> list)
Initializes a new instance of the ImapFolderInfoCollectionBase
class.
list
- The list that is wrapped by the new collection.