List of phone numbers for a contact. More...
Inherits System::Collections::Generic::IList< System::SharedPtr< Aspose::Email::PersonalInfo::PhoneNumber > >.
Public Member Functions | |
System::String | get_Home () |
Default home phone number More... | |
void | set_Home (System::String value) |
Default home phone number More... | |
System::String | get_Work () |
Default work phone number More... | |
void | set_Work (System::String value) |
Default work phone number More... | |
System::String | get_Custom () |
Default custom phone category More... | |
void | set_Custom (System::String value) |
Default custom phone category More... | |
System::String | get_Prefered () |
Default primary phone number More... | |
void | set_Prefered (System::String value) |
Default primary phone number More... | |
System::String | get_Mobile () |
Default mobile phone number More... | |
void | set_Mobile (System::String value) |
Default mobile phone number More... | |
System::String | get_Fax () |
Default fax number More... | |
void | set_Fax (System::String value) |
Default fax number More... | |
System::String | get_Pager () |
Default pager number More... | |
void | set_Pager (System::String value) |
Default pager number More... | |
System::String | get_Car () |
Default car phone number More... | |
void | set_Car (System::String value) |
Default car phone number More... | |
System::String | get_Isdn () |
Default isdn phone number More... | |
void | set_Isdn (System::String value) |
Default isdn phone number More... | |
System::String | get_Telex () |
Default telex More... | |
void | set_Telex (System::String value) |
Default telex More... | |
System::String | get_Callback () |
Default callback phone number More... | |
void | set_Callback (System::String value) |
Default callback phone number More... | |
System::String | get_Radio () |
Default radio phone number More... | |
void | set_Radio (System::String value) |
Default radio phone number More... | |
System::String | get_Company () |
Default company phone number More... | |
void | set_Company (System::String value) |
Default company phone number More... | |
System::String | get_TtyTdd () |
Default Tty/Tdd More... | |
void | set_TtyTdd (System::String value) |
Default Tty/Tdd More... | |
System::String | get_Assistant () |
Default assistant phone number More... | |
void | set_Assistant (System::String value) |
Default assistant phone number More... | |
System::String | get_WorkFax () |
Default work fax number More... | |
void | set_WorkFax (System::String value) |
Default work fax number More... | |
System::String | get_HomeFax () |
Default home fax number More... | |
void | set_HomeFax (System::String value) |
Default home fax number More... | |
bool | get_IsReadOnly () const override |
Gets a value indicating whether the list is read-only. More... | |
int32_t | get_Count () const override |
Gets the number of elements contained in the T:System::Collections::ICollection. More... | |
void | Add (const System::SharedPtr< PhoneNumber > &value) override |
Adds an item to the list. More... | |
void | Insert (int32_t index, const System::SharedPtr< PhoneNumber > &value) override |
Inserts an item to the list at the specified index. More... | |
System::SharedPtr< PhoneNumber > | idx_get (int32_t index) const override |
Gets the element at the specified index. More... | |
void | idx_set (int32_t index, System::SharedPtr< PhoneNumber > value) override |
Sets the element at the specified index. More... | |
bool | Contains (const System::SharedPtr< PhoneNumber > &value) const override |
Determines whether the list contains a specific value. More... | |
void | Clear () override |
Removes all items from the list. More... | |
int32_t | IndexOf (const System::SharedPtr< PhoneNumber > &value) const override |
Determines the index of a specific item in the list. More... | |
bool | Remove (const System::SharedPtr< PhoneNumber > &value) override |
Removes the first occurrence of a specific object from the list. More... | |
void | RemoveAt (int32_t index) override |
Removes the list item at the specified index. More... | |
void | CopyTo (System::ArrayPtr< System::SharedPtr< PhoneNumber >> array, int32_t index) override |
Copies the elements to an array, starting at a particular array index. More... | |
System::SharedPtr< System::Collections::Generic::IEnumerator< System::SharedPtr< PhoneNumber > > > | GetEnumerator () override |
Returns an enumerator that iterates through a collection. More... | |
PhoneNumberList () | |
Protected Member Functions | |
virtual | ~PhoneNumberList () |
List of phone numbers for a contact.
Aspose::Email::PersonalInfo::PhoneNumberList::PhoneNumberList | ( | ) |
|
protectedvirtual |
|
override |
Adds an item to the list.
value | The T:System::Object to add to the list. |
|
override |
Removes all items from the list.
|
override |
Determines whether the list contains a specific value.
value | The object to locate in the list. |
|
override |
Copies the elements to an array, starting at a particular array index.
array | The one-dimensional array that is the destination of the elements copied from collections. The array must have zero-based indexing. |
index | The zero-based index in array at which copying begins. |
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_Assistant | ( | ) |
Default assistant phone number
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_Callback | ( | ) |
Default callback phone number
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_Car | ( | ) |
Default car phone number
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_Company | ( | ) |
Default company phone number
|
override |
Gets the number of elements contained in the T:System::Collections::ICollection.
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_Custom | ( | ) |
Default custom phone category
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_Fax | ( | ) |
Default fax number
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_Home | ( | ) |
Default home phone number
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_HomeFax | ( | ) |
Default home fax number
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_Isdn | ( | ) |
Default isdn phone number
|
override |
Gets a value indicating whether the list is read-only.
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_Mobile | ( | ) |
Default mobile phone number
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_Pager | ( | ) |
Default pager number
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_Prefered | ( | ) |
Default primary phone number
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_Radio | ( | ) |
Default radio phone number
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_Telex | ( | ) |
Default telex
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_TtyTdd | ( | ) |
Default Tty/Tdd
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_Work | ( | ) |
Default work phone number
System::String Aspose::Email::PersonalInfo::PhoneNumberList::get_WorkFax | ( | ) |
Default work fax number
|
override |
Returns an enumerator that iterates through a collection.
|
override |
Gets the element at the specified index.
index | The zero-based index of the element to get or set. |
|
override |
Sets the element at the specified index.
index | The zero-based index of the element to get or set. |
value | The element at the specified index. |
|
override |
Determines the index of a specific item in the list.
value | The T:System::Object to locate in the list. |
|
override |
Inserts an item to the list at the specified index.
index | The zero-based index at which value should be inserted. |
value | The T:System::Object to insert into the list. |
|
override |
Removes the first occurrence of a specific object from the list.
value | The T:System::Object to remove from the list. |
|
override |
Removes the list item at the specified index.
index | The zero-based index of the item to remove. |
void Aspose::Email::PersonalInfo::PhoneNumberList::set_Assistant | ( | System::String | value | ) |
Default assistant phone number
void Aspose::Email::PersonalInfo::PhoneNumberList::set_Callback | ( | System::String | value | ) |
Default callback phone number
void Aspose::Email::PersonalInfo::PhoneNumberList::set_Car | ( | System::String | value | ) |
Default car phone number
void Aspose::Email::PersonalInfo::PhoneNumberList::set_Company | ( | System::String | value | ) |
Default company phone number
void Aspose::Email::PersonalInfo::PhoneNumberList::set_Custom | ( | System::String | value | ) |
Default custom phone category
void Aspose::Email::PersonalInfo::PhoneNumberList::set_Fax | ( | System::String | value | ) |
Default fax number
void Aspose::Email::PersonalInfo::PhoneNumberList::set_Home | ( | System::String | value | ) |
Default home phone number
void Aspose::Email::PersonalInfo::PhoneNumberList::set_HomeFax | ( | System::String | value | ) |
Default home fax number
void Aspose::Email::PersonalInfo::PhoneNumberList::set_Isdn | ( | System::String | value | ) |
Default isdn phone number
void Aspose::Email::PersonalInfo::PhoneNumberList::set_Mobile | ( | System::String | value | ) |
Default mobile phone number
void Aspose::Email::PersonalInfo::PhoneNumberList::set_Pager | ( | System::String | value | ) |
Default pager number
void Aspose::Email::PersonalInfo::PhoneNumberList::set_Prefered | ( | System::String | value | ) |
Default primary phone number
void Aspose::Email::PersonalInfo::PhoneNumberList::set_Radio | ( | System::String | value | ) |
Default radio phone number
void Aspose::Email::PersonalInfo::PhoneNumberList::set_Telex | ( | System::String | value | ) |
Default telex
void Aspose::Email::PersonalInfo::PhoneNumberList::set_TtyTdd | ( | System::String | value | ) |
Default Tty/Tdd
void Aspose::Email::PersonalInfo::PhoneNumberList::set_Work | ( | System::String | value | ) |
Default work phone number
void Aspose::Email::PersonalInfo::PhoneNumberList::set_WorkFax | ( | System::String | value | ) |
Default work fax number