public final class Pop3MessageInfoCollection extends com.aspose.ms.System.Collections.ObjectModel.Collection<Pop3MessageInfo> implements com.aspose.ms.System.Collections.Generic.IGenericList<Pop3MessageInfo>, com.aspose.ms.System.Collections.Generic.IGenericCollection<Pop3MessageInfo>, com.aspose.ms.System.Collections.Generic.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, waitget_Item, indexOfItem, insertItem, removeAt, set_Itempublic 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-2021 Aspose Pty Ltd. All Rights Reserved.