MessageInfo

Inheritance: java.lang.Object

public final class MessageInfo

Represents information about message in PST.

Constructors

ConstructorDescription
MessageInfo()Initializes a new instance of the MessageInfo class.

Methods

MethodDescription
equals(Object arg0)
getClass()
getDisplayCC()Gets the CC: line.
getDisplayTo()Gets the To: line.
getEntryId()Gets the entry ID.
getEntryIdString()Gets string representation of entry ID.
getImportance()Gets the Importance.
getMessageClass()Gets the Message class.
getProperties()Gets the MessageInfo properties.
getSenderRepresentativeName()Gets the sender representative name.
getSensitivity()Gets the Sensitivity.
getSubject()Gets the message subject.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MessageInfo()

public MessageInfo()

Initializes a new instance of the MessageInfo class.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDisplayCC()

public final String getDisplayCC()

Gets the CC: line.

Value: The display cc.

Returns: java.lang.String

getDisplayTo()

public final String getDisplayTo()

Gets the To: line.

Value: The display to.

Returns: java.lang.String

getEntryId()

public final byte[] getEntryId()

Gets the entry ID.

Value: The entry id.

Returns: byte[]

getEntryIdString()

public final String getEntryIdString()

Gets string representation of entry ID.

Value: The entry id string.

Returns: java.lang.String

getImportance()

public final int getImportance()

Gets the Importance.

Value: The importance.

Returns: int

getMessageClass()

public final String getMessageClass()

Gets the Message class.

Value: The message class.

Returns: java.lang.String

getProperties()

public final MapiPropertyCollection getProperties()

Gets the MessageInfo properties.

Value: The properties of MessageInfo.

Returns: MapiPropertyCollection

getSenderRepresentativeName()

public final String getSenderRepresentativeName()

Gets the sender representative name.

Value: The sender representative name.

Returns: java.lang.String

getSensitivity()

public final int getSensitivity()

Gets the Sensitivity.

Value: The sensitivity.

Returns: int

getSubject()

public final String getSubject()

Gets the message subject.

Value: The subject.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int