public final class MessageInfo extends Object
Represents information about message in PST.
Constructor and Description |
---|
MessageInfo()
Initializes a new instance of the
MessageInfo class. |
Modifier and Type | Method and Description |
---|---|
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.
|
public MessageInfo()
Initializes a new instance of the MessageInfo
class.
public final int getImportance()
Gets the Importance.
Value: The importance.public final String getMessageClass()
Gets the Message class.
Value: The message class.public final int getSensitivity()
Gets the Sensitivity.
Value: The sensitivity.public final byte[] getEntryId()
Gets the entry ID.
Value: The entry id.public final String getEntryIdString()
Gets string representation of entry ID.
Value: The entry id string.public final String getSubject()
Gets the message subject.
Value: The subject.public final String getSenderRepresentativeName()
Gets the sender representative name.
Value: The sender representative name.public final String getDisplayCC()
Gets the CC: line.
Value: The display cc.public final String getDisplayTo()
Gets the To: line.
Value: The display to.public final MapiPropertyCollection getProperties()
Gets the MessageInfo properties.
Value: The properties of MessageInfo.