public final class ImapFolderInfoCollection extends com.aspose.ms.System.Collections.ObjectModel.Collection<ImapFolderInfo>
Provides a container for a collection of ImapFolderInfo objects.
Constructor and Description |
---|
ImapFolderInfoCollection()
Initializes a new instance of the ImapFolderInfoCollection class.
|
Modifier and Type | Method and Description |
---|---|
void |
add_ImapFolderInfoCollection_New(ImapFolderInfo item)
Deprecated.
|
void |
add(ImapFolderInfo item)
Adds the ImapFolderInfo to the ImapFolderInfoCollection.
|
Object |
getSyncRoot()
Gets an object that can be used to synchronize access to the collection.
|
void |
removeAt(int index)
Remove a folder info at specified index.
|
public ImapFolderInfoCollection()
Initializes a new instance of the ImapFolderInfoCollection class.
@Deprecated public void add_ImapFolderInfoCollection_New(ImapFolderInfo item)
Adds the ImapFolderInfo to the ImapFolderInfoCollection.
item
- The ImapFolderInfo object.public void add(ImapFolderInfo item)
Adds the ImapFolderInfo to the ImapFolderInfoCollection.
item
- The ImapFolderInfo object.public void removeAt(int index)
Remove a folder info at specified index.
removeAt
in interface com.aspose.ms.System.Collections.Generic.IGenericList<ImapFolderInfo>
removeAt
in class com.aspose.ms.System.Collections.ObjectModel.Collection<ImapFolderInfo>
index
- The zero-based index of the ImapFolderInfo to remove.public Object getSyncRoot()
Gets an object that can be used to synchronize access to the collection.
getSyncRoot
in class com.aspose.ms.System.Collections.ObjectModel.Collection<ImapFolderInfo>
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.