无法将邮件迁移到“垃圾邮件”。

我正在将一些邮件迁移到Google Apps中的“TRASH”。 使用Google API Ver 2: 代码示例:
MailItemEntry[] entries = new MailItemEntry[1];
entries[0]              = new MailItemEntry();
entries[0].Rfc822Msg    = new Rfc822MsgElement(msg);
entries[0].MailItemProperties.Add(MailItemPropertyElement.TRASH);                                  
我尝试过:
entries[0].Labels.Add(new LabelElement("Trash"));
如何在Google Apps中将邮件迁移到“TRASH”? 感谢名单     
已邀请:
Google Apps或Gmail仅在“已删除邮件”中保留最近30天的邮件。     

要回复问题请先登录注册