EventList Class

List of events for a contact
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfoEventList

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[SerializableAttribute]
public class EventList : IList<CustomerEvent>, 
	ICollection<CustomerEvent>, IEnumerable<CustomerEvent>, IEnumerable

The EventList type exposes the following members.

Constructors
  NameDescription
Public methodEventList
Initializes a new instance of the EventList class
Properties
  NameDescription
Public propertyAnniversary
Wedding anniversary
Public propertyBirthday
Birthday
Public propertyCount
Gets the number of elements contained in the ICollection.
Public propertyIsReadOnly
Gets a value indicating whether the list is read-only.
Public propertyItem
Gets or sets the element at the specified index.
Methods
  NameDescription
Public methodAdd
Adds an item to the list.
Public methodClear
Removes all items from the list.
Public methodContains
Determines whether the list contains a specific value.
Public methodCopyTo
Copies the elements to an array, starting at a particular array index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the list.
Public methodInsert
Inserts an item to the list at the specified index.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific object from the list.
Public methodRemoveAt
Removes the list item at the specified index.
Public methodToString (Inherited from Object.)
See Also