List of instant messenger addresses for a contact. More...
Inherits System::Collections::Generic::IList< System::SharedPtr< Aspose::Email::PersonalInfo::InstantMessengerAddress > >.
Public Member Functions | |
System::String | get_AIM () |
Default AIM id More... | |
void | set_AIM (System::String value) |
Default AIM id More... | |
System::String | get_GoogleTalk () |
Default Google Talk id More... | |
void | set_GoogleTalk (System::String value) |
Default Google Talk id More... | |
System::String | get_ICQ () |
Default ICQ id More... | |
void | set_ICQ (System::String value) |
Default ICQ id More... | |
System::String | get_Jabber () |
Default Jabber id More... | |
void | set_Jabber (System::String value) |
Default Jabber id More... | |
System::String | get_MSN () |
Default MSN id More... | |
void | set_MSN (System::String value) |
Default MSN id More... | |
System::String | get_QQ () |
Default QQ id More... | |
void | set_QQ (System::String value) |
Default QQ id More... | |
System::String | get_Skype () |
Default skype is More... | |
void | set_Skype (System::String value) |
Default skype is More... | |
System::String | get_Yahoo () |
Default Yahoo id More... | |
void | set_Yahoo (System::String value) |
Default Yahoo id 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::String | idx_get (System::SharedPtr< InstantMessengerCategory > category) |
Default instant messenger address for specified category More... | |
void | idx_set (System::SharedPtr< InstantMessengerCategory > category, System::String value) |
Default instant messenger address for specified category More... | |
void | Add (const System::SharedPtr< InstantMessengerAddress > &value) override |
Adds an item to the list. More... | |
void | Insert (int32_t index, const System::SharedPtr< InstantMessengerAddress > &value) override |
Inserts an item to the list at the specified index. More... | |
System::SharedPtr< InstantMessengerAddress > | idx_get (int32_t index) const override |
Gets the element at the specified index. More... | |
void | idx_set (int32_t index, System::SharedPtr< InstantMessengerAddress > value) override |
Sets the element at the specified index. More... | |
bool | Contains (const System::SharedPtr< InstantMessengerAddress > &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< InstantMessengerAddress > &value) const override |
Determines the index of a specific item in the list. More... | |
bool | Remove (const System::SharedPtr< InstantMessengerAddress > &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< InstantMessengerAddress >> 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< InstantMessengerAddress > > > | GetEnumerator () override |
Returns an enumerator that iterates through a collection. More... | |
InstantMessengerList () | |
Protected Member Functions | |
virtual | ~InstantMessengerList () |
List of instant messenger addresses for a contact.
Aspose::Email::PersonalInfo::InstantMessengerList::InstantMessengerList | ( | ) |
|
protectedvirtual |
|
override |
Adds an item to the list.
value | The 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::InstantMessengerList::get_AIM | ( | ) |
Default AIM id
|
override |
Gets the number of elements contained in the T:System::Collections::ICollection.
System::String Aspose::Email::PersonalInfo::InstantMessengerList::get_GoogleTalk | ( | ) |
Default Google Talk id
System::String Aspose::Email::PersonalInfo::InstantMessengerList::get_ICQ | ( | ) |
Default ICQ id
|
override |
Gets a value indicating whether the list is read-only.
System::String Aspose::Email::PersonalInfo::InstantMessengerList::get_Jabber | ( | ) |
Default Jabber id
System::String Aspose::Email::PersonalInfo::InstantMessengerList::get_MSN | ( | ) |
Default MSN id
System::String Aspose::Email::PersonalInfo::InstantMessengerList::get_QQ | ( | ) |
Default QQ id
System::String Aspose::Email::PersonalInfo::InstantMessengerList::get_Skype | ( | ) |
Default skype is
System::String Aspose::Email::PersonalInfo::InstantMessengerList::get_Yahoo | ( | ) |
Default Yahoo id
|
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. |
System::String Aspose::Email::PersonalInfo::InstantMessengerList::idx_get | ( | System::SharedPtr< InstantMessengerCategory > | category | ) |
Default instant messenger address for specified category
|
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. |
void Aspose::Email::PersonalInfo::InstantMessengerList::idx_set | ( | System::SharedPtr< InstantMessengerCategory > | category, |
System::String | value | ||
) |
Default instant messenger address for specified category
|
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::InstantMessengerList::set_AIM | ( | System::String | value | ) |
Default AIM id
void Aspose::Email::PersonalInfo::InstantMessengerList::set_GoogleTalk | ( | System::String | value | ) |
Default Google Talk id
void Aspose::Email::PersonalInfo::InstantMessengerList::set_ICQ | ( | System::String | value | ) |
Default ICQ id
void Aspose::Email::PersonalInfo::InstantMessengerList::set_Jabber | ( | System::String | value | ) |
Default Jabber id
void Aspose::Email::PersonalInfo::InstantMessengerList::set_MSN | ( | System::String | value | ) |
Default MSN id
void Aspose::Email::PersonalInfo::InstantMessengerList::set_QQ | ( | System::String | value | ) |
Default QQ id
void Aspose::Email::PersonalInfo::InstantMessengerList::set_Skype | ( | System::String | value | ) |
Default skype is
void Aspose::Email::PersonalInfo::InstantMessengerList::set_Yahoo | ( | System::String | value | ) |
Default Yahoo id