List of associated persons for a contact More...
Inherits System::Collections::Generic::IList< System::SharedPtr< Aspose::Email::PersonalInfo::AssociatedPerson > >.
Public Member Functions | |
| System::String | get_Spouse () |
| Spouse More... | |
| void | set_Spouse (System::String value) |
| Spouse More... | |
| System::String | get_Child () |
| Child More... | |
| void | set_Child (System::String value) |
| Child More... | |
| System::String | get_Mother () |
| Mother More... | |
| void | set_Mother (System::String value) |
| Mother More... | |
| System::String | get_Father () |
| Father More... | |
| void | set_Father (System::String value) |
| Father More... | |
| System::String | get_Parent () |
| Parent More... | |
| void | set_Parent (System::String value) |
| Parent More... | |
| System::String | get_Brother () |
| Brother More... | |
| void | set_Brother (System::String value) |
| Brother More... | |
| System::String | get_Sister () |
| Sister More... | |
| void | set_Sister (System::String value) |
| Sister More... | |
| System::String | get_Friend () |
| Default friend More... | |
| void | set_Friend (System::String value) |
| Default friend More... | |
| System::String | get_Relative () |
| Relative More... | |
| void | set_Relative (System::String value) |
| Relative More... | |
| System::String | get_Manager () |
| Default manager More... | |
| void | set_Manager (System::String value) |
| Default manager More... | |
| System::String | get_Assistant () |
| Default assistant More... | |
| void | set_Assistant (System::String value) |
| Default assistant More... | |
| System::String | get_ReferredBy () |
| Default referred by More... | |
| void | set_ReferredBy (System::String value) |
| Default referred by More... | |
| System::String | get_Partner () |
| Default partner More... | |
| void | set_Partner (System::String value) |
| Default partner More... | |
| System::String | get_DomesticPartner () |
| Default domestic partner More... | |
| void | set_DomesticPartner (System::String value) |
| Default domestic partner 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... | |
| System::SharedPtr< System::Object > | get_SyncRoot () const |
| Gets an object that can be used to synchronize access to the T:System::Collections::ICollection. More... | |
| bool | get_IsSynchronized () |
| Gets a value indicating whether access to the T:System::Collections::ICollection is synchronized (thread safe). More... | |
| AssociatedPersonsList () | |
| void | Add (const System::SharedPtr< AssociatedPerson > &value) override |
| Adds an item to the list. More... | |
| void | Insert (int32_t index, const System::SharedPtr< AssociatedPerson > &value) override |
| Inserts an item to the list at the specified index. More... | |
| System::SharedPtr< AssociatedPerson > | idx_get (int32_t index) const override |
| Gets the element at the specified index. More... | |
| void | idx_set (int32_t index, System::SharedPtr< AssociatedPerson > value) override |
| Sets the element at the specified index. More... | |
| bool | Contains (const System::SharedPtr< AssociatedPerson > &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< AssociatedPerson > &value) const override |
| Determines the index of a specific item in the list. More... | |
| bool | Remove (const System::SharedPtr< AssociatedPerson > &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< AssociatedPerson >> 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< AssociatedPerson > > > | GetEnumerator () override |
| Returns an enumerator that iterates through a collection. More... | |
Protected Member Functions | |
| virtual | ~AssociatedPersonsList () |
List of associated persons for a contact
| Aspose::Email::PersonalInfo::AssociatedPersonsList::AssociatedPersonsList | ( | ) |
|
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::AssociatedPersonsList::get_Assistant | ( | ) |
Default assistant
| System::String Aspose::Email::PersonalInfo::AssociatedPersonsList::get_Brother | ( | ) |
Brother
| System::String Aspose::Email::PersonalInfo::AssociatedPersonsList::get_Child | ( | ) |
Child
|
override |
Gets the number of elements contained in the T:System::Collections::ICollection.
| System::String Aspose::Email::PersonalInfo::AssociatedPersonsList::get_DomesticPartner | ( | ) |
Default domestic partner
| System::String Aspose::Email::PersonalInfo::AssociatedPersonsList::get_Father | ( | ) |
Father
| System::String Aspose::Email::PersonalInfo::AssociatedPersonsList::get_Friend | ( | ) |
Default friend
|
override |
Gets a value indicating whether the list is read-only.
| bool Aspose::Email::PersonalInfo::AssociatedPersonsList::get_IsSynchronized | ( | ) |
Gets a value indicating whether access to the T:System::Collections::ICollection is synchronized (thread safe).
| System::String Aspose::Email::PersonalInfo::AssociatedPersonsList::get_Manager | ( | ) |
Default manager
| System::String Aspose::Email::PersonalInfo::AssociatedPersonsList::get_Mother | ( | ) |
Mother
| System::String Aspose::Email::PersonalInfo::AssociatedPersonsList::get_Parent | ( | ) |
Parent
| System::String Aspose::Email::PersonalInfo::AssociatedPersonsList::get_Partner | ( | ) |
Default partner
| System::String Aspose::Email::PersonalInfo::AssociatedPersonsList::get_ReferredBy | ( | ) |
Default referred by
| System::String Aspose::Email::PersonalInfo::AssociatedPersonsList::get_Relative | ( | ) |
Relative
| System::String Aspose::Email::PersonalInfo::AssociatedPersonsList::get_Sister | ( | ) |
Sister
| System::String Aspose::Email::PersonalInfo::AssociatedPersonsList::get_Spouse | ( | ) |
Spouse
| System::SharedPtr<System::Object> Aspose::Email::PersonalInfo::AssociatedPersonsList::get_SyncRoot | ( | ) | const |
Gets an object that can be used to synchronize access to the T:System::Collections::ICollection.
|
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::AssociatedPersonsList::set_Assistant | ( | System::String | value | ) |
Default assistant
| void Aspose::Email::PersonalInfo::AssociatedPersonsList::set_Brother | ( | System::String | value | ) |
Brother
| void Aspose::Email::PersonalInfo::AssociatedPersonsList::set_Child | ( | System::String | value | ) |
Child
| void Aspose::Email::PersonalInfo::AssociatedPersonsList::set_DomesticPartner | ( | System::String | value | ) |
Default domestic partner
| void Aspose::Email::PersonalInfo::AssociatedPersonsList::set_Father | ( | System::String | value | ) |
Father
| void Aspose::Email::PersonalInfo::AssociatedPersonsList::set_Friend | ( | System::String | value | ) |
Default friend
| void Aspose::Email::PersonalInfo::AssociatedPersonsList::set_Manager | ( | System::String | value | ) |
Default manager
| void Aspose::Email::PersonalInfo::AssociatedPersonsList::set_Mother | ( | System::String | value | ) |
Mother
| void Aspose::Email::PersonalInfo::AssociatedPersonsList::set_Parent | ( | System::String | value | ) |
Parent
| void Aspose::Email::PersonalInfo::AssociatedPersonsList::set_Partner | ( | System::String | value | ) |
Default partner
| void Aspose::Email::PersonalInfo::AssociatedPersonsList::set_ReferredBy | ( | System::String | value | ) |
Default referred by
| void Aspose::Email::PersonalInfo::AssociatedPersonsList::set_Relative | ( | System::String | value | ) |
Relative
| void Aspose::Email::PersonalInfo::AssociatedPersonsList::set_Sister | ( | System::String | value | ) |
Sister
| void Aspose::Email::PersonalInfo::AssociatedPersonsList::set_Spouse | ( | System::String | value | ) |
Spouse