PostalAddressList

PostalAddressList class

List of postal addresses for a contact.

Constructors

NameDescription
PostalAddressList

Methods

NameDescription
AddAdds an item to the list.
ClearRemoves all items from the list.
ContainsDetermines whether the list contains a specific value.
CopyToCopies the elements to an array, starting at a particular array index.
get_CountGets the number of elements contained in the T:System::Collections::ICollection .
get_HomeAddressDefault home address
get_IsReadOnlyGets a value indicating whether the list is read-only.
get_OtherAddressDefault other address
get_WorkAddressDefault work address
GetEnumeratorReturns an enumerator that iterates through a collection.
idx_getGets the element at the specified index.
idx_setSets the element at the specified index.
IndexOfDetermines the index of a specific item in the list.
InsertInserts an item to the list at the specified index.
RemoveRemoves the first occurrence of a specific object from the list.
RemoveAtRemoves the list item at the specified index.
set_HomeAddressDefault home address
set_OtherAddressDefault other address
set_WorkAddressDefault work address