public final class Pop3MessageInfoCollection extends Collection<Pop3MessageInfo> implements IGenericList<Pop3MessageInfo>, IGenericCollection<Pop3MessageInfo>, IGenericEnumerable<Pop3MessageInfo>
Represents the information of a mail message from Pop3 server.
| Constructor and Description |
|---|
Pop3MessageInfoCollection()
Initializes a new instance of the Pop3MessageInfoCollection class.
|
| Modifier and Type | Method and Description |
|---|---|
Pop3MessageInfo |
getMessage(int sequenceNumber)
Gets the
Pop3MessageInfo of the E-Mail message. |
Pop3MessageInfo |
getMessage(String uniqueId)
Gets the
Pop3MessageInfo of the E-Mail message. |
addItem, clear, containsItem, copyToTArray, get_Item, get_Items, getICollection, getIList, getSyncRoot, indexOfItem, insertItem, isReadOnly, iterator, removeAt, removeItem, set_Item, setItem, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Pop3MessageInfoCollection()
Initializes a new instance of the Pop3MessageInfoCollection class.
public final Pop3MessageInfo getMessage(String uniqueId)
Gets the Pop3MessageInfo of the E-Mail message.
uniqueId - Unique Id of the E-Mail message.Pop3MessageInfo if exists, otherwise returns null.public final Pop3MessageInfo getMessage(int sequenceNumber)
Gets the Pop3MessageInfo of the E-Mail message.
sequenceNumber - Sequence number of the E-Mail message.Pop3MessageInfo if exists, otherwise returns null.Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.