public final class ImapMessageInfoCollection extends com.aspose.ms.System.Collections.ObjectModel.Collection<ImapMessageInfo>
Provides a container for a collection of ImapMessageInfo objects
Constructor and Description |
---|
ImapMessageInfoCollection()
Initializes a new instance of the ImapMessageCollection class.
|
Modifier and Type | Method and Description |
---|---|
void |
add_ImapMessageInfoCollection_New(ImapMessageInfo item)
Adds the ImapMessageInfo to the ImapMessageCollection.
|
Object |
getSyncRoot()
Gets an object that can be used to synchronize access to the collection.
|
void |
insert_ImapMessageInfoCollection_New(int index,
ImapMessageInfo item)
Insert the specified ImapMessagInfo object at the specified index.
|
boolean |
remove_ImapMessageInfoCollection_New(ImapMessageInfo item)
Remove specifed ImapMessageInfo object from this collection.
|
void |
removeAt(int index)
Remove a ImapMessageInfo in specified index from this collection.
|
public ImapMessageInfoCollection()
Initializes a new instance of the ImapMessageCollection class.
public void add_ImapMessageInfoCollection_New(ImapMessageInfo item)
Adds the ImapMessageInfo to the ImapMessageCollection.
item
- The ImapMessageInfo to be added.public boolean remove_ImapMessageInfoCollection_New(ImapMessageInfo item)
Remove specifed ImapMessageInfo object from this collection.
item
- The ImapMessageInfo object to be remove.public void removeAt(int index)
Remove a ImapMessageInfo in specified index from this collection.
removeAt
in interface com.aspose.ms.System.Collections.Generic.IGenericList<ImapMessageInfo>
removeAt
in class com.aspose.ms.System.Collections.ObjectModel.Collection<ImapMessageInfo>
index
- The index of the message to be remove.public void insert_ImapMessageInfoCollection_New(int index, ImapMessageInfo item)
Insert the specified ImapMessagInfo object at the specified index.
index
- The index that the specified object will be inserted into.item
- The ImapMessagInfo object to be inserted.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<ImapMessageInfo>
Object
object.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.