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 |
---|---|
void |
dispose()
Performs tasks associated with freeing, releasing, or resetting unmanaged resources.
|
Date |
getDate()
The origination date specifies the date and time at which the creator of the message indicated
that the message was complete and ready to enter the mail delivery system.
|
MailAddressCollection |
getReplyTo()
Gets the ReplyTo of the E-Mail message.
|
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.
|
getBcc, getCC, getFrom, getHeaders, getListUnsubscribe, getSender, getSize, getSubject, getTo
public final Date getDate()
The origination date specifies the date and time at which the creator of the message indicated that the message was complete and ready to enter the mail delivery system. For instance, this might be the time that a user pushes the "send" or "submit" button in an application program. In any case, it is specifically not intended to convey the time that the message is actually transported, but rather the time at which the human or other creator of the message has put the message into its final form, ready for transport. (For example, a portable computer user who is not connected to a network might queue a message for delivery. The origination date is intended to contain the date and time that the user queued the message, not the time when the user connected to the network to send the message.)
public final MailAddressCollection getReplyTo()
Gets the ReplyTo of the E-Mail message.
Value: The reply to.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
public final void dispose()
Performs tasks associated with freeing, releasing, or resetting unmanaged resources.
dispose
in interface com.aspose.ms.System.IDisposable
dispose
in class MessageInfoBase
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.