Hi! Every gmail account has system(default) Labels like 'Sent Mail', 'Inbox', 'Starred', 'Important'... Almost for all system label, Email Migration API has <apps:mailItemProperty> : IS_SENT, IS_INBOX, IS_STARRED.. Only 'Important' doesn't have mailItemProperty.
I tried to mark email as 'Important' with <apps:label> element, but: 1. for <apps:label labelName="Important"/> Email Migration API creates new label with name 'Migrated/Important' 2. for <apps:label labelName="[Gmail]/Important"/> Email Migration API creates new label name '[Gmail]/Important' I want to use system(default) label 'Important', and put there all 'Important' emails. How can I do this with Email Migration API? Thanks -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-apps-mgmt-apis/-/z-8zWiPmNuoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en.
