com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class InstantMessengerList

    • Constructor Detail

      • InstantMessengerList

        public InstantMessengerList()
    • Method Detail

      • getAIM

        public final String getAIM()

        Default AIM id

      • setAIM

        public final void setAIM(String value)

        Default AIM id

      • getGoogleTalk

        public final String getGoogleTalk()

        Default Google Talk id

      • setGoogleTalk

        public final void setGoogleTalk(String value)

        Default Google Talk id

      • getICQ

        public final String getICQ()

        Default ICQ id

      • setICQ

        public final void setICQ(String value)

        Default ICQ id

      • getJabber

        public final String getJabber()

        Default Jabber id

      • setJabber

        public final void setJabber(String value)

        Default Jabber id

      • getMSN

        public final String getMSN()

        Default MSN id

      • setMSN

        public final void setMSN(String value)

        Default MSN id

      • getQQ

        public final String getQQ()

        Default QQ id

      • setQQ

        public final void setQQ(String value)

        Default QQ id

      • getSkype

        public final String getSkype()

        Default skype is

      • setSkype

        public final void setSkype(String value)

        Default skype is

      • getYahoo

        public final String getYahoo()

        Default Yahoo id

      • setYahoo

        public final void setYahoo(String value)

        Default Yahoo id

      • add

        public final void add(InstantMessengerAddress value)

        Adds an item to the list.

        Parameters:
        value - The object to add to the list.
      • insert

        public final void insert(int index,
                  InstantMessengerAddress value)

        Inserts an item to the list at the specified index.

        Parameters:
        index - The zero-based index at which value should be inserted.
        value - The Object to insert into the list.
      • get_Item

        public final InstantMessengerAddress get_Item(int index)

        Gets or sets the element at the specified index.

        Specified by:
        get_Item in interface com.aspose.ms.System.Collections.Generic.IGenericList<InstantMessengerAddress>
        Parameters:
        index - The zero-based index of the element to get or set.
        Returns:
        The element at the specified index.
      • set_Item

        public final void set_Item(int index,
                    InstantMessengerAddress value)

        Gets or sets the element at the specified index.

        Specified by:
        set_Item in interface com.aspose.ms.System.Collections.Generic.IGenericList<InstantMessengerAddress>
        Parameters:
        index - The zero-based index of the element to get or set.
      • contains

        public final boolean contains(InstantMessengerAddress value)

        Determines whether the list contains a specific value.

        Parameters:
        value - The object to locate in the list.
        Returns:
        true if the object is found in the list; otherwise, false.
      • clear

        public final void clear()

        Removes all items from the list.

        Specified by:
        clear in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<InstantMessengerAddress>
      • indexOf

        public final int indexOf(InstantMessengerAddress value)

        Determines the index of a specific item in the list.

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

        public final boolean remove(InstantMessengerAddress value)

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

        Parameters:
        value - The Object to remove from the list.
      • removeAt

        public final void removeAt(int index)

        Removes the list item at the specified index.

        Specified by:
        removeAt in interface com.aspose.ms.System.Collections.Generic.IGenericList<InstantMessengerAddress>
        Parameters:
        index - The zero-based index of the item to remove.
      • isReadOnly

        public final boolean isReadOnly()

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

        Specified by:
        isReadOnly in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<InstantMessengerAddress>
        Returns:
        true if the list is read-only; otherwise, false.
      • copyTo

        public final void copyTo(InstantMessengerAddress[] array,
                  int index)

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

        Parameters:
        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.
      • size

        public final int size()

        Gets the number of elements contained in the ICollection.

        Specified by:
        size in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<InstantMessengerAddress>
        Returns:
        The number of elements contained in the ICollection.
      • iterator

        public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<InstantMessengerAddress> iterator()

        Returns an enumerator that iterates through a collection.

        Specified by:
        iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<InstantMessengerAddress>
        Specified by:
        iterator in interface com.aspose.ms.System.Collections.IEnumerable<InstantMessengerAddress>
        Specified by:
        iterator in interface Iterable<InstantMessengerAddress>
        Returns:
        An IEnumerator object that can be used to iterate through the collection.