com.aspose.email
Class MessageInfo

java.lang.Object
  extended by com.aspose.email.MessageInfo

public final class MessageInfo
extends Object

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

MessageInfo

public MessageInfo()

Initializes a new instance of the MessageInfo class.

Method Detail

getImportance

public int getImportance()

Gets the Importance.

Value: The importance.


getMessageClass

public String getMessageClass()

Gets the Message class.

Value: The message class.


getSensitivity

public int getSensitivity()

Gets the Sensitivity.

Value: The sensitivity.


getEntryId

public byte[] getEntryId()

Gets the entry ID.

Value: The entry id.


getEntryIdString

public String getEntryIdString()

Gets string representation of entry ID.

Value: The entry id string.


getSubject

public String getSubject()

Gets the message subject.

Value: The subject.


getSenderRepresentativeName

public String getSenderRepresentativeName()

Gets the sender representative name.

Value: The sender representative name.


getDisplayCC

public String getDisplayCC()

Gets the CC: line.

Value: The display cc.


getDisplayTo

public String getDisplayTo()

Gets the To: line.

Value: The display to.


getProperties

public MapiPropertyCollection getProperties()

Gets the MessageInfo properties.

Value: The properties of MessageInfo.



Copyright (c) 2008-2012 Aspose Pty Ltd. All Rights Reserved.