public abstract class ExchangeMessageInfo extends Object
The ExchangeMessageInfo represents the E-Mail message info fetched from the Exchange Store.
Modifier | Constructor and Description |
---|---|
protected |
ExchangeMessageInfo()
Initializes a new instance of the
ExchangeMessageInfo class. |
Modifier and Type | Method and Description |
---|---|
ExchangeAttachmentInfoCollection |
getAttachments()
Gets message attachments
|
MailAddressCollection |
getCC()
Gets CC of the E-Mail message.
|
Date |
getDate()
Gets the sent date
|
MailAddress |
getFrom()
Gets the From of the E-Mail message.
|
Date |
getInternalDate()
Gets the internal date of this message.
|
String |
getMessageId()
Gets the message id.
|
int |
getSize()
Gets the message size.
|
String |
getSubject()
Gets the Subject of the E-Mail message.
|
MailAddressCollection |
getTo()
Gets the receiptants of the E-Mail message.
|
abstract String |
getUniqueUri()
Gets the unique URI of message.
|
abstract boolean |
hasAttachments()
Gets a value indicating whether the message contains at least one attachment.
|
abstract boolean |
isRead()
Gets a value that specifies
whether the message has been read
|
protected ExchangeMessageInfo()
Initializes a new instance of the ExchangeMessageInfo
class.
public MailAddressCollection getCC()
Gets CC of the E-Mail message.
MailAddressCollection
object.public Date getInternalDate()
Gets the internal date of this message.
Value: Returns the internal date.public Date getDate()
Gets the sent date
Value: The sent datepublic MailAddress getFrom()
Gets the From of the E-Mail message.
MailAddress
object.public String getSubject()
Gets the Subject of the E-Mail message.
String
object.public MailAddressCollection getTo()
Gets the receiptants of the E-Mail message.
MailAddressCollection
object.public String getMessageId()
Gets the message id.
Value: The message id.String
object.public int getSize()
Gets the message size.
Value: The message size.public ExchangeAttachmentInfoCollection getAttachments()
Gets message attachments
ExchangeAttachmentInfoCollection
object.public abstract String getUniqueUri()
Gets the unique URI of message.
Value: The string that represents the unique URI.String
object.public abstract boolean isRead()
Gets a value that specifies whether the message has been read
public abstract boolean hasAttachments()
Gets a value indicating whether the message contains at least one attachment.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.