MapiContactCollection Class

Represents the collection of MapiContact
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListMapiContact
    Aspose.Email.MapiMapiContactCollection

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class MapiContactCollection : List<MapiContact>

The MapiContactCollection type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCapacity (Inherited from ListMapiContact.)
Public propertyCount (Inherited from ListMapiContact.)
Public propertyItem (Inherited from ListMapiContact.)
Methods
  NameDescription
Public methodAdd (Inherited from ListMapiContact.)
Public methodAddRange (Inherited from ListMapiContact.)
Public methodAsReadOnly (Inherited from ListMapiContact.)
Public methodBinarySearch(T) (Inherited from ListMapiContact.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListMapiContact.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListMapiContact.)
Public methodClear (Inherited from ListMapiContact.)
Public methodContains (Inherited from ListMapiContact.)
Public methodConvertAllTOutput (Inherited from ListMapiContact.)
Public methodCopyTo(T) (Inherited from ListMapiContact.)
Public methodCopyTo(T, Int32) (Inherited from ListMapiContact.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListMapiContact.)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListMapiContact.)
Public methodFind (Inherited from ListMapiContact.)
Public methodFindAll (Inherited from ListMapiContact.)
Public methodFindIndex(PredicateT) (Inherited from ListMapiContact.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListMapiContact.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListMapiContact.)
Public methodFindLast (Inherited from ListMapiContact.)
Public methodFindLastIndex(PredicateT) (Inherited from ListMapiContact.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListMapiContact.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListMapiContact.)
Public methodForEach (Inherited from ListMapiContact.)
Public methodGetEnumerator (Inherited from ListMapiContact.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ListMapiContact.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListMapiContact.)
Public methodIndexOf(T, Int32) (Inherited from ListMapiContact.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListMapiContact.)
Public methodInsert (Inherited from ListMapiContact.)
Public methodInsertRange (Inherited from ListMapiContact.)
Public methodLastIndexOf(T) (Inherited from ListMapiContact.)
Public methodLastIndexOf(T, Int32) (Inherited from ListMapiContact.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListMapiContact.)
Public methodRemove (Inherited from ListMapiContact.)
Public methodRemoveAll (Inherited from ListMapiContact.)
Public methodRemoveAt (Inherited from ListMapiContact.)
Public methodRemoveRange (Inherited from ListMapiContact.)
Public methodReverse (Inherited from ListMapiContact.)
Public methodReverse(Int32, Int32) (Inherited from ListMapiContact.)
Public methodSort (Inherited from ListMapiContact.)
Public methodSort(IComparerT) (Inherited from ListMapiContact.)
Public methodSort(ComparisonT) (Inherited from ListMapiContact.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListMapiContact.)
Public methodToArray (Inherited from ListMapiContact.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from ListMapiContact.)
Public methodTrueForAll (Inherited from ListMapiContact.)
Operators
See Also