Aspose::Email::PersonalInfo::InstantMessengerList Class Reference

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< InstantMessengerAddressidx_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 ()
 

Detailed Description

List of instant messenger addresses for a contact.

Constructor & Destructor Documentation

◆ InstantMessengerList()

Aspose::Email::PersonalInfo::InstantMessengerList::InstantMessengerList ( )

◆ ~InstantMessengerList()

virtual Aspose::Email::PersonalInfo::InstantMessengerList::~InstantMessengerList ( )
protectedvirtual

Member Function Documentation

◆ Add()

void Aspose::Email::PersonalInfo::InstantMessengerList::Add ( const System::SharedPtr< InstantMessengerAddress > &  value)
override

Adds an item to the list.

Parameters
valueThe object to add to the list.
Returns
The position into which the new element was inserted.

◆ Clear()

void Aspose::Email::PersonalInfo::InstantMessengerList::Clear ( )
override

Removes all items from the list.

◆ Contains()

bool Aspose::Email::PersonalInfo::InstantMessengerList::Contains ( const System::SharedPtr< InstantMessengerAddress > &  value) const
override

Determines whether the list contains a specific value.

Parameters
valueThe object to locate in the list.
Returns
true if the object is found in the list; otherwise, false.

◆ CopyTo()

void Aspose::Email::PersonalInfo::InstantMessengerList::CopyTo ( System::ArrayPtr< System::SharedPtr< InstantMessengerAddress >>  array,
int32_t  index 
)
override

Copies the elements to an array, starting at a particular array index.

Parameters
arrayThe one-dimensional array that is the destination of the elements copied from collections. The array must have zero-based indexing.
indexThe zero-based index in array at which copying begins.

◆ get_AIM()

System::String Aspose::Email::PersonalInfo::InstantMessengerList::get_AIM ( )

Default AIM id

◆ get_Count()

int32_t Aspose::Email::PersonalInfo::InstantMessengerList::get_Count ( ) const
override

Gets the number of elements contained in the T:System::Collections::ICollection.

Returns
The number of elements contained in the T:System::Collections::ICollection.

◆ get_GoogleTalk()

System::String Aspose::Email::PersonalInfo::InstantMessengerList::get_GoogleTalk ( )

Default Google Talk id

◆ get_ICQ()

System::String Aspose::Email::PersonalInfo::InstantMessengerList::get_ICQ ( )

Default ICQ id

◆ get_IsReadOnly()

bool Aspose::Email::PersonalInfo::InstantMessengerList::get_IsReadOnly ( ) const
override

Gets a value indicating whether the list is read-only.

Returns
true if the list is read-only; otherwise, false.

◆ get_Jabber()

System::String Aspose::Email::PersonalInfo::InstantMessengerList::get_Jabber ( )

Default Jabber id

◆ get_MSN()

System::String Aspose::Email::PersonalInfo::InstantMessengerList::get_MSN ( )

Default MSN id

◆ get_QQ()

System::String Aspose::Email::PersonalInfo::InstantMessengerList::get_QQ ( )

Default QQ id

◆ get_Skype()

System::String Aspose::Email::PersonalInfo::InstantMessengerList::get_Skype ( )

Default skype is

◆ get_Yahoo()

System::String Aspose::Email::PersonalInfo::InstantMessengerList::get_Yahoo ( )

Default Yahoo id

◆ GetEnumerator()

System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<InstantMessengerAddress> > > Aspose::Email::PersonalInfo::InstantMessengerList::GetEnumerator ( )
override

Returns an enumerator that iterates through a collection.

Returns
An T:System::Collections::IEnumerator object that can be used to iterate through the collection.

◆ idx_get() [1/2]

System::SharedPtr<InstantMessengerAddress> Aspose::Email::PersonalInfo::InstantMessengerList::idx_get ( int32_t  index) const
override

Gets the element at the specified index.

Parameters
indexThe zero-based index of the element to get or set.
Returns
The element at the specified index.

◆ idx_get() [2/2]

System::String Aspose::Email::PersonalInfo::InstantMessengerList::idx_get ( System::SharedPtr< InstantMessengerCategory category)

Default instant messenger address for specified category

◆ idx_set() [1/2]

void Aspose::Email::PersonalInfo::InstantMessengerList::idx_set ( int32_t  index,
System::SharedPtr< InstantMessengerAddress value 
)
override

Sets the element at the specified index.

Parameters
indexThe zero-based index of the element to get or set.
valueThe element at the specified index.

◆ idx_set() [2/2]

void Aspose::Email::PersonalInfo::InstantMessengerList::idx_set ( System::SharedPtr< InstantMessengerCategory category,
System::String  value 
)

Default instant messenger address for specified category

◆ IndexOf()

int32_t Aspose::Email::PersonalInfo::InstantMessengerList::IndexOf ( const System::SharedPtr< InstantMessengerAddress > &  value) const
override

Determines the index of a specific item in the list.

Parameters
valueThe T:System::Object to locate in the list.
Returns
The index of value if found in the list; otherwise, -1.

◆ Insert()

void Aspose::Email::PersonalInfo::InstantMessengerList::Insert ( int32_t  index,
const System::SharedPtr< InstantMessengerAddress > &  value 
)
override

Inserts an item to the list at the specified index.

Parameters
indexThe zero-based index at which value should be inserted.
valueThe T:System::Object to insert into the list.

◆ Remove()

bool Aspose::Email::PersonalInfo::InstantMessengerList::Remove ( const System::SharedPtr< InstantMessengerAddress > &  value)
override

Removes the first occurrence of a specific object from the list.

Parameters
valueThe T:System::Object to remove from the list.

◆ RemoveAt()

void Aspose::Email::PersonalInfo::InstantMessengerList::RemoveAt ( int32_t  index)
override

Removes the list item at the specified index.

Parameters
indexThe zero-based index of the item to remove.

◆ set_AIM()

void Aspose::Email::PersonalInfo::InstantMessengerList::set_AIM ( System::String  value)

Default AIM id

◆ set_GoogleTalk()

void Aspose::Email::PersonalInfo::InstantMessengerList::set_GoogleTalk ( System::String  value)

Default Google Talk id

◆ set_ICQ()

void Aspose::Email::PersonalInfo::InstantMessengerList::set_ICQ ( System::String  value)

Default ICQ id

◆ set_Jabber()

void Aspose::Email::PersonalInfo::InstantMessengerList::set_Jabber ( System::String  value)

Default Jabber id

◆ set_MSN()

void Aspose::Email::PersonalInfo::InstantMessengerList::set_MSN ( System::String  value)

Default MSN id

◆ set_QQ()

void Aspose::Email::PersonalInfo::InstantMessengerList::set_QQ ( System::String  value)

Default QQ id

◆ set_Skype()

void Aspose::Email::PersonalInfo::InstantMessengerList::set_Skype ( System::String  value)

Default skype is

◆ set_Yahoo()

void Aspose::Email::PersonalInfo::InstantMessengerList::set_Yahoo ( System::String  value)

Default Yahoo id