Pop3MessageInfoCollection
Inheritance: java.lang.Object, com.aspose.ms.System.Collections.ObjectModel.Collection
All Implemented Interfaces: com.aspose.ms.System.Collections.Generic.IGenericList, com.aspose.ms.System.Collections.Generic.IGenericCollection, com.aspose.ms.System.Collections.Generic.IGenericEnumerable
public final class Pop3MessageInfoCollection extends System.Collections.ObjectModel.Collection<Pop3MessageInfo> implements System.Collections.Generic.IGenericList<Pop3MessageInfo>, System.Collections.Generic.IGenericCollection<Pop3MessageInfo>, System.Collections.Generic.IGenericEnumerable<Pop3MessageInfo>
Represents the information of a mail message from Pop3 server.
Constructors
Constructor | Description |
---|---|
Pop3MessageInfoCollection() | Initializes a new instance of the Pop3MessageInfoCollection class. |
Methods
Pop3MessageInfoCollection()
public Pop3MessageInfoCollection()
Initializes a new instance of the Pop3MessageInfoCollection class.
addItem(T arg0)
public void addItem(T arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | T |
clear()
public void clear()
containsItem(T arg0)
public boolean containsItem(T arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | T |
Returns: boolean
copyToTArray(T[] arg0, int arg1)
public void copyToTArray(T[] arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | T[] | |
arg1 | int |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getICollection()
public System.Collections.ICollection getICollection()
Returns: com.aspose.ms.System.Collections.ICollection
getIList()
public System.Collections.IList getIList()
Returns: com.aspose.ms.System.Collections.IList
getMessage(int sequenceNumber)
public final Pop3MessageInfo getMessage(int sequenceNumber)
Gets the Pop3MessageInfo of the E-Mail message.
Parameters:
Parameter | Type | Description |
---|---|---|
sequenceNumber | int | Sequence number of the E-Mail message. |
Returns: Pop3MessageInfo - Returns Pop3MessageInfo if exists, otherwise returns null.
getMessage(String uniqueId)
public final Pop3MessageInfo getMessage(String uniqueId)
Gets the Pop3MessageInfo of the E-Mail message.
Parameters:
Parameter | Type | Description |
---|---|---|
uniqueId | java.lang.String | Unique Id of the E-Mail message. |
Returns: Pop3MessageInfo - Returns Pop3MessageInfo if exists, otherwise returns null.
getSyncRoot()
public Object getSyncRoot()
Returns: java.lang.Object
get_Item(int arg0)
public T get_Item(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: T
hashCode()
public native int hashCode()
Returns: int
indexOfItem(T arg0)
public int indexOfItem(T arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | T |
Returns: int
insertItem(int arg0, T arg1)
public void insertItem(int arg0, T arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | T |
isReadOnly()
public boolean isReadOnly()
Returns: boolean
iterator()
public System.Collections.Generic.IGenericEnumerator<T> iterator()
Returns:
com.aspose.ms.System.Collections.Generic.IGenericEnumerator
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
removeAt(int arg0)
public void removeAt(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
removeItem(T arg0)
public boolean removeItem(T arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | T |
Returns: boolean
set_Item(int arg0, T arg1)
public void set_Item(int arg0, T arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | T |
size()
public int size()
Returns: int
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |