public final class Pop3MessageInfo extends Object implements com.aspose.ms.System.IDisposable
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.
|
MailAddressCollection |
getCC()
Gets CC of the E-Mail message.
|
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 |
getFrom()
Gets the From property.
|
HeaderCollection |
getHeaders()
Gets the Headers of the E-Mail message.
|
MailAddressCollection |
getReplyTo()
Gets the ReplyTo of the E-Mail message.
|
MailAddress |
getSender()
Gets the Sender of the E-Mail message.
|
int |
getSequenceNumber()
Gets the Sequence Number of the E-Mail message.
|
long |
getSize()
Gets the size of the E-Mail message.
|
String |
getSubject()
Gets the Subject of the E-Mail message.
|
MailAddressCollection |
getTo()
Gets the receiptants 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.
|
public MailAddressCollection getCC()
Gets CC of the E-Mail message.
Value: The cc field of the E-Mail message.public 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 MailAddressCollection getFrom()
Gets the From property.
Value: The from field.public HeaderCollection getHeaders()
Gets the Headers of the E-Mail message.
Value: The headers.public long getSize()
Gets the size of the E-Mail message.
Value: The size of the E-Mail message.public MailAddressCollection getReplyTo()
Gets the ReplyTo of the E-Mail message.
Value: The reply to.public MailAddress getSender()
Gets the Sender of the E-Mail message.
Value: The sender.public int getSequenceNumber()
Gets the Sequence Number of the E-Mail message.
Value: The sequence number.public String getSubject()
Gets the Subject of the E-Mail message.
Value: The subject of the E-Mail message.public MailAddressCollection getTo()
Gets the receiptants of the E-Mail message.
Value: The receiptants of the E-Mail message.public 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.
public void dispose()
Performs tasks associated with freeing, releasing, or resetting unmanaged resources.
dispose
in interface com.aspose.ms.System.IDisposable
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.