@Deprecated public class ImapFolderInfoCollectionBase extends com.aspose.ms.System.Collections.ObjectModel.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(com.aspose.ms.System.Collections.Generic.IGenericList<ImapFolderInfo> list)
Deprecated.
Initializes a new instance of the
ImapFolderInfoCollectionBase class. |
public ImapFolderInfoCollectionBase()
Initializes a new instance of the ImapFolderInfoCollectionBase
class.
public ImapFolderInfoCollectionBase(com.aspose.ms.System.Collections.Generic.IGenericList<ImapFolderInfo> list)
Initializes a new instance of the ImapFolderInfoCollectionBase
class.
list
- The list that is wrapped by the new collection.