EmailAddressList Class

List of email addresses for a contact
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfoEmailAddressList

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

The EmailAddressList type exposes the following members.

Constructors
  NameDescription
Public methodEmailAddressList
Initializes a new instance of the EmailAddressList class
Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
Public propertyEmail1
Default email1 address.
Public propertyEmail2
Default email2 address.
Public propertyEmail3
Default email3 address.
Public propertyHome
Default home email address.
Public propertyIsReadOnly
Gets a value indicating whether the list is read-only.
Public propertyItemInt32
Gets or sets the element at the specified index.
Public propertyItemEmailAddressCategory
Default email address for specified category.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Public propertyWork
Default work email address.
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