| Package | Description |
|---|---|
| com.google.gdata.data.appsforyourdomain.migration |
| Modifier and Type | Field and Description |
|---|---|
static MailItemProperty |
MailItemProperty.DRAFT
Property indicating that a mail item should be marked as a draft
when inserted into Gmail.
|
static MailItemProperty |
MailItemProperty.INBOX
Property indicating that a mail item should appear in the inbox when
inserted into Gmail.
|
static MailItemProperty |
MailItemProperty.SENT
Property indicating that a mail item should appear in the list of sent
messages when inserted into Gmail.
|
static MailItemProperty |
MailItemProperty.STARRED
Property indicating that a mail item should be marked as starred when
inserted into Gmail.
|
static MailItemProperty |
MailItemProperty.TRASH
Property indicating that a mail item should be moved to the trash when
inserted into Gmail.
|
static MailItemProperty |
MailItemProperty.UNREAD
Property indicating that a mail item should be marked as unread when
inserted into Gmail.
|
| Modifier and Type | Method and Description |
|---|---|
List<MailItemProperty> |
MailItemEntry.getMailProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
MailItemEntry.addMailProperty(MailItemProperty mailProperty)
Sets mail settings (read status, starred status, etc.) for this message.
|
Copyright © 2012. All Rights Reserved.