|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MessageInfo
public final class MessageInfo
Represents information about message in PST.
Constructor Summary | |
---|---|
MessageInfo()
Initializes a new instance of the MessageInfo class. |
Method Summary | |
---|---|
String |
getDisplayCC()
Gets the CC: line. |
String |
getDisplayTo()
Gets the To: line. |
byte[] |
getEntryId()
Gets the entry ID. |
String |
getEntryIdString()
Gets string representation of entry ID. |
int |
getImportance()
Gets the Importance. |
String |
getMessageClass()
Gets the Message class. |
MapiPropertyCollection |
getProperties()
Gets the MessageInfo properties. |
String |
getSenderRepresentativeName()
Gets the sender representative name. |
int |
getSensitivity()
Gets the Sensitivity. |
String |
getSubject()
Gets the message subject. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageInfo()
Initializes a new instance of the MessageInfo
class.
Method Detail |
---|
public int getImportance()
Gets the Importance.
Value: The importance.
public String getMessageClass()
Gets the Message class.
Value: The message class.
public int getSensitivity()
Gets the Sensitivity.
Value: The sensitivity.
public byte[] getEntryId()
Gets the entry ID.
Value: The entry id.
public String getEntryIdString()
Gets string representation of entry ID.
Value: The entry id string.
public String getSubject()
Gets the message subject.
Value: The subject.
public String getSenderRepresentativeName()
Gets the sender representative name.
Value: The sender representative name.
public String getDisplayCC()
Gets the CC: line.
Value: The display cc.
public String getDisplayTo()
Gets the To: line.
Value: The display to.
public MapiPropertyCollection getProperties()
Gets the MessageInfo properties.
Value: The properties of MessageInfo.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |