PostalAddressList Class

List of postal addresses for a contact.
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfoPostalAddressList

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

The PostalAddressList type exposes the following members.

Constructors
  NameDescription
Public methodPostalAddressList
Initializes a new instance of the PostalAddressList class
Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
Public propertyHomeAddress
Default home address
Public propertyIsReadOnly
Gets a value indicating whether the list is read-only.
Public propertyItem
Gets or sets the element at the specified index.
Public propertyOtherAddress
Default other address
Public propertyWorkAddress
Default work 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