public final class Pop3MessageInfo extends MessageInfoBase
The Pop3MessageInfo represents the E-Mail message info fetched from the Pop3 server.
Modifier and Type | Method and Description |
---|---|
int |
getSequenceNumber()
Gets the Sequence Number of the E-Mail message.
|
String |
getUniqueId()
Gets the Unique Id of the E-Mail message.
|
String |
toString()
Returns a string that represents the current object.
|
close, dispose, getBcc, getCC, getDate, getFrom, getHeaders, getListUnsubscribe, getMessageId, getProperties, getReplyTo, getSender, getSize, getSubject, getTo
public final int getSequenceNumber()
Gets the Sequence Number of the E-Mail message.
Value: The sequence number.public final String getUniqueId()
Gets the Unique Id of the E-Mail message.
Value: The unique id.public String toString()
Returns a string that represents the current object.
toString
in class MessageInfoBase