|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jgd.schemas.comapi.GDCOMIndexed jgd.schemas.comapi.GDCOMEmail
public class GDCOMEmail
Constructor Summary | |
---|---|
GDCOMEmail(com.jacob.com.Variant searchResultEntryVariant,
java.lang.String schema)
|
Method Summary | |
---|---|
java.lang.String |
get_bcc()
Message's Bcc: field contents (we recommend all of it, both address and, if present, the addressee's name). |
java.lang.String |
get_cc()
Message's Cc: field contents (we recommend all of it, both address and, if present, the addressee's name). |
java.lang.String |
get_folder_name()
Message's folder name. |
java.lang.String |
get_from()
Message's From: field contents as it appears in the mail header (we recommend all of it, both address, and if present, the addressee's name). |
java.lang.Integer |
get_mail_flags()
Bit vector flags associated with the email (0x01 = Unread, 0x02 = HasAttachment). |
java.lang.String |
get_mail_header()
Message's entire mail header as received in the mail envelope. |
java.util.Date |
get_received()
Message's received time in UTC. |
java.lang.String |
get_replyto()
Message's ReplyTo: field contents (we recommend all of it, both address and, if present, the addressee's name). |
java.lang.String |
get_subject()
Message's Subject: field contents. |
java.lang.String |
get_to()
Message's To: field contents (we recommend all of it, both address and, if present, the addressee's name). |
java.lang.String |
toString()
from, to & received date |
Methods inherited from class jgd.schemas.comapi.GDCOMIndexed |
---|
get_content, get_cookie_raw, get_cookie, get_extra_binary_data, get_extra_data, get_format, get_native_size, get_other_indexed_data, get_thumbnail_format, get_thumbnail, getCacheUrl, getCategory, getDocId, getEventId, getFlags, getFrom, getIcon, getId, getMessageId, getPropertyVariant, getPropertyVT_ARRAY, getPropertyVT_BOOL, getPropertyVT_BSTR, getPropertyVT_DATE, getPropertyVT_UI2, getPropertyVT_UI4, getPropertyVT_UI8, getSchema, getSnippet, getThumbnail, getTime, getTimestamp, getTitle, getUrl, setCacheUrl, setCategory, setDocId, setEventId, setFlags, setFrom, setIcon, setId, setMessageId, setSnippet, setThumbnail, setTime, setTitle, setUrl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface jgd.schemas.GoogleDesktopIndexable |
---|
get_content, get_cookie_raw, get_cookie, get_extra_binary_data, get_extra_data, get_format, get_native_size, get_other_indexed_data, get_thumbnail_format, get_thumbnail |
Constructor Detail |
---|
public GDCOMEmail(com.jacob.com.Variant searchResultEntryVariant, java.lang.String schema)
Method Detail |
---|
public java.lang.String get_mail_header()
GoogleDesktopEmail
get_mail_header
in interface GoogleDesktopEmail
jgd.schemas.GoogleDesktopIndexable#get_mail_header()
public java.lang.String get_subject()
GoogleDesktopEmail
get_subject
in interface GoogleDesktopEmail
jgd.schemas.GoogleDesktopIndexable#get_subject()
public java.lang.String get_from()
GoogleDesktopEmail
get_from
in interface GoogleDesktopEmail
()
public java.lang.String get_to()
GoogleDesktopEmail
get_to
in interface GoogleDesktopEmail
jgd.schemas.GoogleDesktopIndexable#get_to()
public java.lang.String get_cc()
GoogleDesktopEmail
get_cc
in interface GoogleDesktopEmail
()
public java.lang.String get_bcc()
GoogleDesktopEmail
get_bcc
in interface GoogleDesktopEmail
()
public java.lang.String get_replyto()
GoogleDesktopEmail
get_replyto
in interface GoogleDesktopEmail
()
public java.util.Date get_received()
GoogleDesktopEmail
get_received
in interface GoogleDesktopEmail
()
public java.lang.String get_folder_name()
GoogleDesktopEmail
get_folder_name
in interface GoogleDesktopEmail
()
public java.lang.Integer get_mail_flags()
GoogleDesktopEmail
get_mail_flags
in interface GoogleDesktopEmail
jgd.schemas.GoogleDesktopIndexable#get_mail_flags()
public java.lang.String toString()
toString
in class GDCOMIndexed
GDCOMIndexed.toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |