com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiContactCollection

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Collections.Generic.List

        com.aspose.ms.System.Collections.Generic.List.Enumerator<T>
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static MapiContactCollection to_MapiContactCollection(MapiContact[] contacts)
      Converts array to collection
      • Methods inherited from class com.aspose.ms.System.Collections.Generic.List

        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
    • Constructor Detail

      • MapiContactCollection

        public MapiContactCollection()

        Initializes a new instance of the MapiContactCollection class.

      • MapiContactCollection

        public MapiContactCollection(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<MapiContact> collection)

        Initializes a new instance of the MapiContactCollection class.

        Parameters:
        collection - Initial items of collection
    • Method Detail

      • to_MapiContactCollection

        public static MapiContactCollection to_MapiContactCollection(MapiContact[] contacts)

        Converts array to collection

        Parameters:
        contacts - Array to convert