com.aspose.network.outlook.pst
Class MessageInfo

java.lang.Object
  extended by com.aspose.network.outlook.pst.MessageInfo

public class MessageInfo
extends Object


Constructor Summary
MessageInfo()
           
 
Method Summary
 String getDisplayCC()
          CC: line
 String getDisplayTo()
          To: line
 byte[] getEntryId()
          Gets the entry ID
 String getEntryIdString()
          Gets string representation of entry ID
 int getImportance()
          Importance
 String getMessageClass()
          Message class
 String getSenderRepresentativeName()
          Sender representative name
 int getSensitivity()
          Sensitivity
 String getSubject()
          Subject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageInfo

public MessageInfo()
Method Detail

getImportance

public int getImportance()
Importance


getMessageClass

public String getMessageClass()
Message class


getSensitivity

public int getSensitivity()
Sensitivity


getEntryId

public byte[] getEntryId()
Gets the entry ID


getEntryIdString

public String getEntryIdString()
Gets string representation of entry ID


getSubject

public String getSubject()
Subject


getSenderRepresentativeName

public String getSenderRepresentativeName()
Sender representative name


getDisplayCC

public String getDisplayCC()
CC: line


getDisplayTo

public String getDisplayTo()
To: line



Copyright © 2011 Aspose. All Rights Reserved.