public final class ImapMessageInfo extends Object implements com.aspose.ms.System.IDisposable
Represents a Imap message object.
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Performs tasks associated with freeing, releasing, or resetting unmanaged resources.
|
boolean |
getAnswered()
Gets a value indicating whether
Flags property contains the Answered flag.
|
MailAddressCollection |
getBCC()
Gets the list of blind carbon copy.
|
MailAddressCollection |
getCC()
Gets the list of addresses of others who are to receive the message.
|
Date |
getDate()
Gets the origination date of this message.
|
boolean |
getDeleted()
Gets a value indicating whether
Flags property contains the Deleted flag.
|
boolean |
getDraft()
Gets a value indicating whether
Flags property contains the Draft flag.
|
boolean |
getFlagged()
Gets a value indicating whether
Flags property contains the Flagged flag.
|
ImapMessageFlags |
getFlags()
Gets the message flags.
|
MailAddress |
getFrom()
Gets the list of authors of this message.
|
Date |
getInternalDate()
Gets the internal date of this message.
|
long |
getLength()
Gets the length of the message.
|
String |
getMessageId()
Gets the message ID.
|
String |
getParentFolder()
Gets parent folder for message
|
boolean |
getRecent()
Gets a value indicating whether
Flags property contains the Recent flag.
|
MailAddress |
getReplyTo()
Gets the list of addresses that should receive replies to this message.
|
MailAddress |
getSender()
Gets the sender of this message.
|
int |
getSequenceNumber()
Gets the message sequence number.
|
String |
getSubject()
Gets the subject of the message.
|
MailAddressCollection |
getTo()
Gets the list of addresses of primary recipients of the message.
|
String |
getUniqueId()
Gets the message unique ID.
|
boolean |
isRead()
Gets a value indicating whether
Flags property contains the Read flag.
|
public MailAddressCollection getCC()
Gets the list of addresses of others who are to receive the message.
Value: The the list of addresses.MailAddressCollection
object.public MailAddressCollection getBCC()
Gets the list of blind carbon copy. BCC is a copy of an email message sent to a recipient whose email address does not appear in the message.
Value: The the list of addresses.MailAddressCollection
object.public String getParentFolder()
Gets parent folder for message
String
object.public Date getDate()
Gets the origination date of this message.
Value: The message date.public Date getInternalDate()
Gets the internal date of this message.
Value: Returns the internal date.public ImapMessageFlags getFlags()
Gets the message flags.
Value: The message flags.ImapMessageFlags
object.public MailAddress getFrom()
Gets the list of authors of this message.
Value: The list of authors of this message.MailAddress
object.public boolean getAnswered()
Gets a value indicating whether Flags property contains the Answered flag.
Value: The answered flag.public boolean getDeleted()
Gets a value indicating whether Flags property contains the Deleted flag.
Value: The deleted flag.public boolean getDraft()
Gets a value indicating whether Flags property contains the Draft flag.
Value: The draft flag.public boolean getFlagged()
Gets a value indicating whether Flags property contains the Flagged flag.
Value: The flagged flag.public boolean getRecent()
Gets a value indicating whether Flags property contains the Recent flag.
Value: The recent flag.public boolean isRead()
Gets a value indicating whether Flags property contains the Read flag.
Value: The read flag.public long getLength()
Gets the length of the message.
Value: The length of message.public MailAddress getReplyTo()
Gets the list of addresses that should receive replies to this message.
Value: The list of addresses.MailAddress
object.public MailAddress getSender()
Gets the sender of this message.
Value: The sender of this message.MailAddress
object.public int getSequenceNumber()
Gets the message sequence number.
Value: The sequence number.public String getSubject()
Gets the subject of the message.
Value: The subject.String
object.public MailAddressCollection getTo()
Gets the list of addresses of primary recipients of the message.
Value: The list of addresses.MailAddressCollection
object.public String getMessageId()
Gets the message ID.
Value: The message id string.String
object.public String getUniqueId()
Gets the message unique ID.
Value: The unique id string.String
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-2016 Aspose Pty Ltd. All Rights Reserved.