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()
Gets Date of the E-Mail message.
|
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.MailAddressCollection
object.public Date getDate()
Gets Date of the E-Mail message.
Value: The date of the E-Mail message.Date
object.public MailAddressCollection getFrom()
Gets the From property.
Value: The from field.MailAddressCollection
object.public HeaderCollection getHeaders()
Gets the Headers of the E-Mail message.
Value: The headers.HeaderCollection
object.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.MailAddressCollection
object.public MailAddress getSender()
Gets the Sender of the E-Mail message.
Value: The sender.MailAddress
object.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.String
object.public MailAddressCollection getTo()
Gets the receiptants of the E-Mail message.
Value: The receiptants of the E-Mail message.MailAddressCollection
object.public String getUniqueId()
Gets the Unique Id of the E-Mail message.
Value: The unique id.String
object.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-2015 Aspose Pty Ltd. All Rights Reserved.