EmailAddressList

EmailAddressList class

List of email addresses for a contact

Constructors

NameDescription
EmailAddressList

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_EmailDefault email3 address.
get_Email1Default email1 address.
get_Email2Default email2 address.
get_Email3Default email3 address.
get_HomeDefault home email address.
get_IsReadOnlyGets a value indicating whether the list is read-only.
get_SyncRootGets an object that can be used to synchronize access to the T:System::Collections::ICollection .
get_WorkDefault work email address.
GetEnumeratorReturns an enumerator that iterates through a collection.
idx_get (2 overloads)Gets the element at the specified index.
idx_set (2 overloads)Sets 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_EmailDefault email3 address.
set_Email1Default email1 address.
set_Email2Default email2 address.
set_Email3Default email3 address.
set_HomeDefault home email address.
set_WorkDefault work email address.