MapiCalendarTimeZoneInfoCollection Class

Represents a collection of MapiCalendarTimeZoneInfo
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListMapiCalendarTimeZoneInfo
    Aspose.Email.MapiMapiCalendarTimeZoneInfoCollection

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

The MapiCalendarTimeZoneInfoCollection type exposes the following members.

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