public final class MapiContactCollection extends com.aspose.ms.System.Collections.Generic.List<MapiContact>
Represents the collection of MapiContact
Constructor and Description |
---|
MapiContactCollection()
Initializes a new instance of the
MapiContactCollection class. |
MapiContactCollection(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<MapiContact> collection)
Initializes a new instance of the
MapiContactCollection class. |
Modifier and Type | Method and Description |
---|---|
static MapiContactCollection |
to_MapiContactCollection(MapiContact[] contacts)
Converts array to collection
|
add, add, addAll, addAll, addItem, addRange, addRange, asReadOnly, binarySearch, binarySearch, binarySearch, clear, contains, containsAll, containsItem, convertAll, copyTo, copyTo, copyTo, copyToTArray, exists, find, findAll, findIndex, findIndex, findIndex, findLast, findLastIndex, findLastIndex, findLastIndex, forEach, fromJava, get_Item, get, getCapacity, getRange, getSyncRoot, getVersion, indexOf, indexOf, indexOf, indexOfItem, insertItem, insertRange, isEmpty, isFixedSize, isReadOnly, isSynchronized, iterator, lastIndexOf, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAll, removeAt, removeItem, removeRange, retainAll, reverse, reverse, set_Item, set, setCapacity, size, sort, sort, sort, sort, subList, toArray, toArray, toJava, trimExcess, trueForAll
public MapiContactCollection()
Initializes a new instance of the MapiContactCollection
class.
public MapiContactCollection(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<MapiContact> collection)
Initializes a new instance of the MapiContactCollection
class.
collection
- Initial items of collectionpublic static MapiContactCollection to_MapiContactCollection(MapiContact[] contacts)
Converts array to collection
contacts
- Array to convert