jgd.schemas.comapi
Class GDCOMEmail

java.lang.Object
  extended by jgd.schemas.comapi.GDCOMIndexed
      extended by jgd.schemas.comapi.GDCOMEmail
All Implemented Interfaces:
IJGDResultItem, ResultsType.ResultType, GoogleDesktopEmail, GoogleDesktopIndexable

public class GDCOMEmail
extends GDCOMIndexed
implements GoogleDesktopEmail


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

GDCOMEmail

public GDCOMEmail(com.jacob.com.Variant searchResultEntryVariant,
                  java.lang.String schema)
Method Detail

get_mail_header

public java.lang.String get_mail_header()
Description copied from interface: GoogleDesktopEmail
Message's entire mail header as received in the mail envelope.
Required: No

Specified by:
get_mail_header in interface GoogleDesktopEmail
See Also:
jgd.schemas.GoogleDesktopIndexable#get_mail_header()

get_subject

public java.lang.String get_subject()
Description copied from interface: GoogleDesktopEmail
Message's Subject: field contents.
Required: No

Specified by:
get_subject in interface GoogleDesktopEmail
See Also:
jgd.schemas.GoogleDesktopIndexable#get_subject()

get_from

public java.lang.String get_from()
Description copied from interface: GoogleDesktopEmail
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).
Required: No

Specified by:
get_from in interface GoogleDesktopEmail
See Also:
()

get_to

public java.lang.String get_to()
Description copied from interface: GoogleDesktopEmail
Message's To: field contents (we recommend all of it, both address and, if present, the addressee's name).
Required: No

Specified by:
get_to in interface GoogleDesktopEmail
See Also:
jgd.schemas.GoogleDesktopIndexable#get_to()

get_cc

public java.lang.String get_cc()
Description copied from interface: GoogleDesktopEmail
Message's Cc: field contents (we recommend all of it, both address and, if present, the addressee's name).
Required: No

Specified by:
get_cc in interface GoogleDesktopEmail
See Also:
()

get_bcc

public java.lang.String get_bcc()
Description copied from interface: GoogleDesktopEmail
Message's Bcc: field contents (we recommend all of it, both address and, if present, the addressee's name).
Required: No

Specified by:
get_bcc in interface GoogleDesktopEmail
See Also:
()

get_replyto

public java.lang.String get_replyto()
Description copied from interface: GoogleDesktopEmail
Message's ReplyTo: field contents (we recommend all of it, both address and, if present, the addressee's name).
Required: No

Specified by:
get_replyto in interface GoogleDesktopEmail
See Also:
()

get_received

public java.util.Date get_received()
Description copied from interface: GoogleDesktopEmail
Message's received time in UTC.
Required: Yes

Specified by:
get_received in interface GoogleDesktopEmail
See Also:
()

get_folder_name

public java.lang.String get_folder_name()
Description copied from interface: GoogleDesktopEmail
Message's folder name.
Required: No

Specified by:
get_folder_name in interface GoogleDesktopEmail
See Also:
()

get_mail_flags

public java.lang.Integer get_mail_flags()
Description copied from interface: GoogleDesktopEmail
Bit vector flags associated with the email (0x01 = Unread, 0x02 = HasAttachment).
Required: No

Specified by:
get_mail_flags in interface GoogleDesktopEmail
See Also:
jgd.schemas.GoogleDesktopIndexable#get_mail_flags()

toString

public java.lang.String toString()
from, to & received date

Overrides:
toString in class GDCOMIndexed
See Also:
GDCOMIndexed.toString()


Copyright © 2007