EmailAddressList
Contents
[
Hide
]EmailAddressList class
List of email addresses for a contact
Constructors
| Name | Description |
|---|---|
| EmailAddressList |
Methods
| Name | Description |
|---|---|
| Add | Adds an item to the list. |
| Clear | Removes all items from the list. |
| Contains | Determines whether the list contains a specific value. |
| CopyTo | Copies the elements to an array, starting at a particular array index. |
| get_Count | Gets the number of elements contained in the T:System::Collections::ICollection . |
| get_Email | Default email3 address. |
| get_Email1 | Default email1 address. |
| get_Email2 | Default email2 address. |
| get_Email3 | Default email3 address. |
| get_Home | Default home email address. |
| get_IsReadOnly | Gets a value indicating whether the list is read-only. |
| get_SyncRoot | Gets an object that can be used to synchronize access to the T:System::Collections::ICollection . |
| get_Work | Default work email address. |
| GetEnumerator | Returns 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. |
| IndexOf | Determines the index of a specific item in the list. |
| Insert | Inserts an item to the list at the specified index. |
| Remove | Removes the first occurrence of a specific object from the list. |
| RemoveAt | Removes the list item at the specified index. |
| set_Email | Default email3 address. |
| set_Email1 | Default email1 address. |
| set_Email2 | Default email2 address. |
| set_Email3 | Default email3 address. |
| set_Home | Default home email address. |
| set_Work | Default work email address. |