| java.lang.Object | |||||
| ↳ | com.google.gdata.data.AbstractExtension | ||||
| ↳ | com.google.gdata.data.ExtensionPoint | ||||
| ↳ | com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry> | ||||
| ↳ | com.google.gdata.data.media.MediaEntry<E extends com.google.gdata.data.BaseEntry<E>> | ||||
| ↳ | com.google.gdata.data.appsforyourdomain.migration.MailItemEntry | ||||
Used by a MailItemFeedProvider to represent a single MailItemEntry in a list of MailItems. MailItems are representations of email messages from a domain's legacy systems destined for Google.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | MAILITEM_KIND | Kind term value for MailItem category labels. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MAILITEM_CATEGORY | Kind category used to label feeds or entries that have MailItem extension data. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new MailItemEntry instance
| |||||||||||
Constructs a new MailItemEntry instance by doing a shallow copy of data
from an existing BaseEntry instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a label to this MailItem
| |||||||||||
Sets mail settings (read status, starred status, etc.) for this message.
| |||||||||||
Adds a recipient email to the Mail Item.
| |||||||||||
Initializes an ExtensionProfile based upon the extensions expected
by a MailItemEntry.
| |||||||||||
This is relevant only for multi recipient feed.
| |||||||||||
Sets the rfc822Msg for this MailItem
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.media.MediaEntry
| |||||||||||
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
From interface
com.google.gdata.data.IAtom
| |||||||||||
From interface
com.google.gdata.data.IEntry
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptable
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptor
| |||||||||||
From interface
com.google.gdata.data.media.IMediaEntry
| |||||||||||
Kind term value for MailItem category labels.
Kind category used to label feeds or entries that have MailItem extension data.
Constructs a new MailItemEntry instance
Constructs a new MailItemEntry instance by doing a shallow copy of data from an existing BaseEntry instance.
| sourceEntry | The BaseEntry object to copy from |
|---|
Adds a label to this MailItem
| label | The label to add to the message when it is imported into GMail |
|---|
Sets mail settings (read status, starred status, etc.) for this message.
| mailProperty |
|---|
Adds a recipient email to the Mail Item.
| recipient | The recipient email to be attached with the message |
|---|
Initializes an ExtensionProfile based upon the extensions expected by a MailItemEntry.
| extProfile | The ExtensionProfile to initialize. |
|---|
This is relevant only for multi recipient feed. The single recipient case will not contain the email address of recipient.
Sets the rfc822Msg for this MailItem
| rfc822Msg |
|---|