MboxMessageInfo
Inheritance: java.lang.Object
public class MboxMessageInfo
Represents an information about message in the MBOX storage.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getBcc() | Gets the address collection that contains BCC recipients of message |
getCC() | Gets the address collection that contains CC recipients |
getClass() | |
getDate() | Gets the date of message |
getDelimiterMark() | Gets the message delimiter mark. |
getEntryId() | Gets the entry identifier. |
getFrom() | Gets the from address |
getHeaders() | Gets the collection of header fields |
getSubject() | Gets the message subject. |
getTo() | Gets the address collection that contains the recipients of message |
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
getBcc()
public final MailAddressCollection getBcc()
Gets the address collection that contains BCC recipients of message
Returns: MailAddressCollection
getCC()
public final MailAddressCollection getCC()
Gets the address collection that contains CC recipients
Returns: MailAddressCollection
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDate()
public final Date getDate()
Gets the date of message
Returns: java.util.Date
getDelimiterMark()
public final String getDelimiterMark()
Gets the message delimiter mark.
Value: The string represented a message delimiter mark.
Returns: java.lang.String
getEntryId()
public final String getEntryId()
Gets the entry identifier.
Value: The string represented an entry identifier.
Returns: java.lang.String
getFrom()
public final MailAddress getFrom()
Gets the from address
Returns: MailAddress
getHeaders()
public final HeaderCollection getHeaders()
Gets the collection of header fields
Returns: HeaderCollection
getSubject()
public final String getSubject()
Gets the message subject.
Returns: java.lang.String
getTo()
public final MailAddressCollection getTo()
Gets the address collection that contains the recipients of message
Returns: MailAddressCollection
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 |