OlmMessageInfo
Inheritance: java.lang.Object
public class OlmMessageInfo
Represents an information about message in the OLM storage.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getDate() | Gets the date of message. |
getEntryId() | Gets the message entry identifier. |
getFrom() | Gets the from address. |
getMessageClass() | Gets a case-sensitive string that identifies the sender-defined message class, such as IPM.Note. |
getModifiedDate() | Gets the date of message. |
getSubject() | Gets the message subject. |
getTo() | Gets the address collection that contains the recipients of message. |
hasAttachments() | Gets or sets a value indicating whether the message has attachments. |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDate()
public final Date getDate()
Gets the date of message.
Returns: java.util.Date
getEntryId()
public final String getEntryId()
Gets the message entry identifier.
Value: The entry identifier.
Returns: java.lang.String
getFrom()
public final MapiElectronicAddress getFrom()
Gets the from address.
Returns: MapiElectronicAddress
getMessageClass()
public final String getMessageClass()
Gets a case-sensitive string that identifies the sender-defined message class, such as IPM.Note. The message class specifies the type, purpose, or content of the message.
Returns: java.lang.String
getModifiedDate()
public final Date getModifiedDate()
Gets the date of message.
Returns: java.util.Date
getSubject()
public final String getSubject()
Gets the message subject.
Returns: java.lang.String
getTo()
public final List<MapiElectronicAddress> getTo()
Gets the address collection that contains the recipients of message.
Returns: java.util.List<com.aspose.email.MapiElectronicAddress>
hasAttachments()
public final boolean hasAttachments()
Gets or sets a value indicating whether the message has attachments.
Value: true if this instance has attachments; otherwise, false .
Returns: boolean
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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |